Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed May 10, 2024
1 parent 6c3bdaf commit 37c333e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: AMD Perf Kernel Tests
on:
workflow_dispatch:
pull_request:
branches: [main]
branches: [main_perf]
merge_group:
branches: [main]
branches: [main_perf]
types: [checks_requested]
push:
branches: [main]
branches: [main_perf]

concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main_perf' }}

permissions:
read-all
Expand Down

0 comments on commit 37c333e

Please sign in to comment.