Skip to content

Commit

Permalink
chore: run CI on new labels (#3003)
Browse files Browse the repository at this point in the history
CI will now run on _any_ manually added label; hard to avoid.

Fun fact: Because the `toolchain-available` label is added by a github
action with the default token, it will _not_ trigger the workflow. Lucky
coincidence.
  • Loading branch information
nomeata authored Dec 1, 2023
1 parent 5937f42 commit a5af90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
tags:
- '*'
pull_request:
types: [opened, synchronize, reopened, labeled]
merge_group:
schedule:
- cron: '0 7 * * *' # 8AM CET/11PM PT
Expand Down

0 comments on commit a5af90c

Please sign in to comment.