ep_table_of_contents 0.3.62 → 0.3.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,20 +6,10 @@ on: [push]
|
|
|
6
6
|
|
|
7
7
|
jobs:
|
|
8
8
|
test:
|
|
9
|
+
if: ${{ github.actor != 'dependabot[bot]' }}
|
|
9
10
|
runs-on: ubuntu-latest
|
|
10
11
|
|
|
11
12
|
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
|
|
23
13
|
-
|
|
24
14
|
name: Generate Sauce Labs strings
|
|
25
15
|
id: sauce_strings
|