We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc33bf commit 380a2f4Copy full SHA for 380a2f4
.github/workflows/e2e.yml
@@ -8,8 +8,7 @@ jobs:
8
build-then-e2e:
9
if: ${{ github.actor != 'renovate[bot]' && github.actor != 'lgtm-com[bot]' }}
10
timeout-minutes: 120
11
- runs-on:
12
- labels: ubuntu-latest-8-cores
+ runs-on: ubuntu-latest
13
strategy:
14
fail-fast: false
15
matrix:
0 commit comments