Skip to content

Commit

Permalink
Run workflow on labeling a pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria authored and openshift-merge-bot[bot] committed Jan 2, 2025
1 parent 28ef138 commit 6936c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/guided_notebook_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Guided notebooks tests
on:
pull_request:
branches: [ main ]
types: [ labeled ]

concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ui_notebooks_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: UI notebooks tests
on:
pull_request:
branches: [ main ]
types: [ labeled ]

concurrency:
group: ${{ github.head_ref }}-${{ github.workflow }}
Expand Down

0 comments on commit 6936c2c

Please sign in to comment.