Skip to content

Commit

Permalink
fix(CI): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 6, 2023
1 parent a9b34f1 commit 7cd3ff8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
canary:
name: Canary

if: startsWith(github.event.head_commit.message, 'chore(release)') == false

runs-on: ubuntu-latest

permissions:
Expand Down Expand Up @@ -57,6 +59,8 @@ jobs:
production:
name: Production

if: startsWith(github.event.head_commit.message, 'chore(release)') == true

runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 7cd3ff8

Please sign in to comment.