We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a3e35 commit 2c1bc8cCopy full SHA for 2c1bc8c
.github/workflows/frontend-tests.yml
@@ -7,19 +7,9 @@ on: [push]
7
jobs:
8
test:
9
runs-on: ubuntu-latest
10
+ if: ${{ github.actor != 'dependabot[bot]' }}
11
12
steps:
- -
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
23
-
24
name: Generate Sauce Labs strings
25
id: sauce_strings
0 commit comments