Skip to content

Commit dae5e1f

Browse files
Merge pull request #244 from cloudinary/infra/test-workflow
ci(config): Add whitespace
2 parents 49783ac + 5b4d213 commit dae5e1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/pr-validate.yml renamed to .github/workflows/pr-validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Pull Request
22

3-
on: [pull_request_target] #To ensure better security and avoid running on forks
3+
on: [pull_request]
44

55
jobs:
66
build:
77
runs-on: ubuntu-latest
88
strategy:
9+
fail-fast: false
910
matrix:
1011
version: [14, 16, 18]
1112
steps:

0 commit comments

Comments
 (0)