Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jan 9, 2025
1 parent b9328d0 commit 7307e86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_app_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
check_tag:
name: Check Tag Name
runs-on: ubuntu-latest
if: ${{ github.event_name == 'release' }}
outputs:
is_valid_tag: ${{ steps.check.outputs.is_valid }}
steps:
Expand All @@ -23,7 +22,7 @@ jobs:
fi
build_app_runner:
name: Build App Runner
needs: [check_tag]
needs: check_tag
# Run if:
# - It's a PR to stable branch, or
# - It's a manual trigger, or
Expand Down

0 comments on commit 7307e86

Please sign in to comment.