Skip to content

Commit

Permalink
wip: Update create-instance workflow checking for "instance:approved"…
Browse files Browse the repository at this point in the history
… label
  • Loading branch information
jcfr committed Mar 28, 2024
1 parent fd23281 commit 81012ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
create:
runs-on: self-hosted
if: github.event.label.name == 'instance:requested'
if: github.event.label.name == 'instance:approved'
steps:
- run: |
echo Creating instance associated with issue $NUMBER
Expand Down

0 comments on commit 81012ca

Please sign in to comment.