Skip to content

Commit 1399a98

Browse files
Update and rename test_pull_request.yml to validate-cla.yml (#79)
1 parent 5d1443b commit 1399a98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_pull_request.yml renamed to .github/workflows/validate-cla.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
# The name of the file should not be changed as it is used in Org Ruleset
12
name: cla-check
23
on: [pull_request]
34

45
jobs:
56
cla-check:
6-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
78
steps:
89
- uses: actions/checkout@v4
910
- name: Check if CLA signed

0 commit comments

Comments
 (0)