Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: George Mulhearn <[email protected]>
  • Loading branch information
gmulhearn-anonyome committed Aug 15, 2024
1 parent e070717 commit e98abe6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
build-docker-vdrproxy:
runs-on: ubuntu-20.04
permissions:
content: read
contents: read
packages: write
needs: [ workflow-setup ]
if: ${{ needs.workflow-setup.outputs.SKIP_CI != 'true' }}
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
build-docker-aath-backchannel:
runs-on: ubuntu-20.04
permissions:
content: read
contents: read
packages: write
needs: [ workflow-setup ]
# if: ${{ needs.workflow-setup.outputs.IS_MAIN_BRANCH == 'true' }}
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
publish-docker-vdrproxy:
runs-on: ubuntu-20.04
permissions:
content: read
contents: read
packages: write
needs: [ workflow-setup, build-docker-vdrproxy ]
if: ${{ needs.workflow-setup.outputs.SKIP_CI != 'true' }}
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
publish-docker-aath-backchannel:
runs-on: ubuntu-20.04
permissions:
content: read
contents: read
packages: write
needs: [ workflow-setup, build-docker-aath-backchannel ]
if: ${{ needs.workflow-setup.outputs.RELEASE == 'true' || needs.workflow-setup.outputs.PRERELEASE == 'true' }}
Expand Down

0 comments on commit e98abe6

Please sign in to comment.