Skip to content

Commit 2c1bc8c

Browse files
committed
Bumped node to 20
1 parent 37a3e35 commit 2c1bc8c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/frontend-tests.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,9 @@ on: [push]
77
jobs:
88
test:
99
runs-on: ubuntu-latest
10+
if: ${{ github.actor != 'dependabot[bot]' }}
1011

1112
steps:
12-
-
13-
name: Fail if Dependabot
14-
if: github.actor == 'dependabot[bot]'
15-
run: |
16-
cat <<EOF >&2
17-
Frontend tests skipped because Dependabot can't access secrets.
18-
Manually re-run the jobs to run the frontend tests.
19-
For more information, see:
20-
https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/
21-
EOF
22-
exit 1
2313
-
2414
name: Generate Sauce Labs strings
2515
id: sauce_strings

0 commit comments

Comments
 (0)