Skip to content

Commit

Permalink
feat: Trigger integration test when a label "test" is added to a PR (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlokshin-czi authored Feb 14, 2024
1 parent 9300d0d commit dfcfd5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ on:
push:
branches:
- main
pull_request: {}
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
branches:
- main
label: {}

schedule:
Expand All @@ -11,9 +14,6 @@ on:

name: integration-test

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
filter:
runs-on: [ARM64, self-hosted, Linux]
Expand Down

0 comments on commit dfcfd5d

Please sign in to comment.