Skip to content

Commit b13bac8

Browse files
authored
chore: update CLA check (#312)
1 parent 4ead689 commit b13bac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cla-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: cla-check
22

3-
on: [pull_request_target]
3+
on: [pull_request]
44

55
jobs:
66
cla-check:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check if CLA signed
10-
uses: canonical/has-signed-canonical-cla@v1
10+
uses: canonical/has-signed-canonical-cla@v2

0 commit comments

Comments
 (0)