Skip to content

Commit

Permalink
Fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
bryteise committed Jun 17, 2024
1 parent e44821c commit 6bda9b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
GITHUB_TOKEN: ${{ github.token }}

jobs:
if: (github.event_name == 'create' && github.event.ref_type == 'tag')
release-pre-reqs:
if: (github.event_name == 'create' && github.event.ref_type == 'tag')
name: Release image required by other images
runs-on: ubuntu-latest
steps:
Expand All @@ -24,6 +24,7 @@ jobs:
run: ./build-and-push-images.sh os-core ${{ github.event.ref }}
run: ./build-and-push-images.sh httpd ${{ github.event.ref }}
release-matrix:
if: (github.event_name == 'create' && github.event.ref_type == 'tag')
name: Release Matrix
strategy:
matrix:
Expand Down

0 comments on commit 6bda9b1

Please sign in to comment.