Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumWalley authored Oct 30, 2023
1 parent 466abfe commit 9a03f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_rocky8vdt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-rocky8vis:
if: |
( ${{ github.event_name }} == 'registry_package' && ${{ github.registry_package.name == 'rocky8vdt' }} ) ||
( ${{ github.event_name }} == 'registry_package' && ${{ github.registry_package.name == 'rocky8vis' }} ) ||
( ${{ github.event_name == 'push' }} )
uses: ./.github/workflows/build.yml
with:
Expand Down

0 comments on commit 9a03f77

Please sign in to comment.