Skip to content

Commit

Permalink
only run citgm if citgm-core-plugins label is set (#5416)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Apr 21, 2024
1 parent c47b033 commit 7942e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/citgm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
node-version: ${{ matrix.node-version }}

remove-label:
if: always()
needs:
if: ${{ github.event.label.name == 'citgm-core-plugins' }}
needs:
- core-plugins
continue-on-error: true
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7942e38

Please sign in to comment.