Skip to content

Commit

Permalink
Development: Only run badge update job if the label is a lock label (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus authored Oct 21, 2023
1 parent c3e3662 commit ac334ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pullrequest-unlabeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
update_badges:
name: Update test server badges
runs-on: ubuntu-latest
if: startsWith(github.event.label.name, 'lock:artemis-test')

steps:
- name: Get badge id
Expand Down

0 comments on commit ac334ac

Please sign in to comment.