Skip to content

Commit b9384b1

Browse files
authored
chore(ci): do not run e2e tests for Dependabot (#6162)
This is because we don't want ot publicly share InfluxDB Enterprise license key.
1 parent 2fa09fb commit b9384b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/chronograf-cypress-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
e2e:
11+
if: github.actor != 'dependabot[bot]'
1112
runs-on: ubuntu-latest
1213
timeout-minutes: 30
1314
env:

0 commit comments

Comments
 (0)