We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c31c90 commit 00ac0ddCopy full SHA for 00ac0dd
.github/workflows/ci.yml
@@ -2,10 +2,14 @@ name: CI
2
3
on:
4
pull_request:
5
+ push:
6
7
jobs:
8
run_e2e_tests_workflow:
9
name: Test run E2E tests workflow
10
uses: ./.github/workflows/shared-run-e2e.yml
11
with:
12
test-tags: ''
13
+ update-e2e-test-durations: true
14
+ secrets:
15
+ jore4-ci-data-repo-ssh-key: ${{ secrets.JORE4_CI_DATA_REPO_DEPLOY_KEY }}
0 commit comments