Skip to content

Commit

Permalink
Add skip-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Dec 18, 2024
1 parent a7e3764 commit 4c19243
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
options:
- staging.element.io
- app.element.io
skip-checks:
description: Skip CI on the tagged commit
required: true
default: false
type: boolean
concurrency: ${{ inputs.site || 'staging.element.io' }}
permissions: {}
jobs:
Expand Down Expand Up @@ -75,6 +80,7 @@ jobs:

- name: Wait for other steps to succeed
uses: t3chguy/wait-on-check-action@18541021811b56544d90e0f073401c2b99e249d6 # fork
if: inputs.skip-checks == false
with:
ref: ${{ github.sha }}
running-workflow-name: "Deploy to Cloudflare Pages"
Expand Down

0 comments on commit 4c19243

Please sign in to comment.