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.
2 parents a8e2184 + f999cbd commit 44c8ea4Copy full SHA for 44c8ea4
.github/workflows/test.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
tags:
7
- test
8
+ workflow_dispatch:
9
10
permissions:
11
id-token: write
@@ -29,7 +30,7 @@ jobs:
29
30
run: bundle exec rubocop
31
deploy-infrastructure:
32
runs-on: ubuntu-latest
- if: startsWith(github.ref, 'refs/tags/test')
33
+ if: startsWith(github.ref, 'refs/tags/test') || github.event_name == 'workflow_dispatch'
34
steps:
35
- uses: actions/checkout@v4
36
- uses: ./.github/actions/setup-terraform
0 commit comments