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 0011406 commit 5c7789eCopy full SHA for 5c7789e
.github/workflows/pull-request-integ-tests.yml
@@ -12,5 +12,4 @@ jobs:
12
id-token: write
13
contents: read
14
secrets: inherit
15
- timeout-minutes: 30
16
uses: ./.github/workflows/integ-tests.yml
.github/workflows/release.yml
@@ -95,7 +95,6 @@ jobs:
95
if: needs.determine_release.outputs.pending_version_available == 'true'
96
permissions:
97
98
- timeout-minutes: 15
99
uses: ./.github/workflows/unit-tests.yml
100
101
run_integration_tests:
@@ -106,7 +105,6 @@ jobs:
106
105
107
108
109
110
111
112
release_new_version:
0 commit comments