We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 891cc9b + fa450fd commit dc6b043Copy full SHA for dc6b043
.github/workflows/release.yml
@@ -15,7 +15,6 @@ jobs:
15
acceptance-tests:
16
name: Pre-release Acceptance Tests
17
runs-on: ubuntu-slim
18
- timeout-minutes: 30
19
env:
20
ORY_WORKSPACE_API_KEY: ${{ secrets.ORY_WORKSPACE_API_KEY }}
21
ORY_WORKSPACE_ID: ${{ secrets.ORY_WORKSPACE_ID }}
@@ -43,8 +42,7 @@ jobs:
43
42
goreleaser:
44
name: GoReleaser
45
needs: acceptance-tests
46
- runs-on: ubuntu-slim
47
+ runs-on: ubuntu-latest
48
steps:
49
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
50
with:
0 commit comments