Skip to content

Commit 9c54bec

Browse files
HusseinYasserexploreriii
authored andcommitted
handling comments
- added concurrency block per workflow-branch as group identifier - renamed the workflow file to follow the same namings of other workflows - used pinned commit hash of the latest version of the checkout job Signed-off-by: HusseinYasser <[email protected]>
1 parent b7f1c32 commit 9c54bec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ name: Test Files Naming Check
33
on:
44
push
55

6+
concurrency:
7+
group: pr-checks-${{ github.workflow }}-${{ github.ref || github.run_id }}
8+
cancel-in-progress: true
9+
610
jobs:
711
check-test-files:
812
runs-on: ubuntu-latest
913

1014
steps:
1115
- name: Checkout repository
12-
uses: actions/checkout@v4
16+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1317

1418
- name: Fetch main branch
1519
run: |

0 commit comments

Comments
 (0)