Skip to content

Commit

Permalink
Don't check bootstrap builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Mar 19, 2024
1 parent 12df50e commit 91fde4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check-todays-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
copr_monitor_tpl: "https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-big-merge-YYYYMMDD/monitor/"
chroot_pattern: '^(fedora-(rawhide|[0-9]+)|rhel-9-)'
packages: "llvm"
- name: bootstrap
maintainer_handle: "kwk"
copr_ownername: "@fedora-llvm-team"
copr_project_tpl: "llvm-snapshots-bootstrap-YYYYMMDD"
copr_monitor_tpl: "https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-bootstrap-YYYYMMDD/monitor/"
chroot_pattern: 'fedora-39-x86_64'
packages: "llvm"
# - name: bootstrap
# maintainer_handle: "kwk"
# copr_ownername: "@fedora-llvm-team"
# copr_project_tpl: "llvm-snapshots-bootstrap-YYYYMMDD"
# copr_monitor_tpl: "https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-bootstrap-YYYYMMDD/monitor/"
# chroot_pattern: 'fedora-39-x86_64'
# packages: "llvm"

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 91fde4d

Please sign in to comment.