Skip to content

Commit

Permalink
removes job condition to check if runs at all
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomasngrokker committed Feb 21, 2025
1 parent 35eaf18 commit b49f1b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ on:

jobs:
build:
# It will run if:
# 1. The branch name contains the word 'release',
# OR
# 2. The event triggering the workflow is a 'workflow_dispatch' event. (manual run)
if: contains(github.ref, 'release') || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-22.04
outputs:
snap-file: ${{ steps.build-snap.outputs.snap }}
Expand Down

0 comments on commit b49f1b9

Please sign in to comment.