Skip to content

Commit

Permalink
fix: typo in skip build commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Apr 10, 2024
1 parent 4c2195e commit e8c8c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push ]
jobs:
build:
name: Build
if: ${{ !contains(github.event.head_commit.message, 'skip app') }}
if: ${{ !contains(github.event.head_commit.message, 'skip build') }}
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
Expand All @@ -17,7 +17,7 @@ jobs:
env:
GITHUB_DEVELOPMENT_PAT: ${{ secrets.GH_DEVELOPMENT_PAT }}
run: bash ./scripts/setup_workspace.sh
- name: Build app
- name: Build job
env:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
run: bash ./scripts/build.sh -p -r ${{ github.job }}

0 comments on commit e8c8c55

Please sign in to comment.