Skip to content

Commit

Permalink
Never deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Apr 20, 2024
1 parent 5c9a286 commit 52516bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- released

env:
REGISTRY: ghcr.io/${{ github.repository_owner }}
REGISTRY: ghcr.io/${{ github.repository_owner }}/bazaar

jobs:
lint:
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
}}
url: ${{ vars.PUBLIC_URL }}

if: github.triggering_actor != 'dependabot[bot]'
if: ${{ !always() }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 52516bd

Please sign in to comment.