Skip to content

Commit

Permalink
ignore on push for merge queue created branches
Browse files Browse the repository at this point in the history
  • Loading branch information
JRPan committed Jul 9, 2024
1 parent 315e94d commit 4a0a2ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/long-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Long Tests
on:
# Triggers the workflow on push or pull request events but only for the mydev branch
push:
branches-ignore:
- "gh-readonly-queue**"
merge_group:

# Allows you to run this workflow manually from the Actions tab
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/short-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ name: Short Tests

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the mydev branch
push:
branches-ignore:
- "gh-readonly-queue**"
pull_request:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit 4a0a2ec

Please sign in to comment.