Skip to content

Commit

Permalink
Try anoterh not
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Oct 29, 2024
1 parent bdf4832 commit c3f3b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
needs: [setup_workflow_env, generate_workflow_vars, _1]
uses: erc-releven/gl-autodevops-minimal-port/.github/workflows/deploy.yml@main
secrets: inherit
if: ! contains(github.ref_name, 'tags')
if: contains(github.ref_name, 'tags') != true
with:
environment: ${{ needs.setup_workflow_env.outputs.environment}}
fetch-depth: ${{ fromJson(needs.setup_workflow_env.outputs.fetch-depth) }}
Expand Down

0 comments on commit c3f3b40

Please sign in to comment.