Skip to content

Commit

Permalink
modify action
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Mar 3, 2023
1 parent c660ef7 commit 54f7518
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: simulate quicksilver

on:
pull_request:
types: [ labeled ]
branches:
- main
jobs:
test:
if: ${{ github.event.label.name == 'run-sim' }}
if: contains(github.event.pull_request.labels.*.name, 'run-sim')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 54f7518

Please sign in to comment.