Skip to content

Commit f142630

Browse files
authored
Disable conditional checks for workflows
Disable conditional execution for deployment and accessibility steps.
1 parent 09e14de commit f142630

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939

4040
wait_for_deployment:
4141
name: Wait for deployed website
42+
if: ${{ false }}
4243
needs: build_and_deploy
4344
runs-on: ubuntu-latest
4445

@@ -67,6 +68,7 @@ jobs:
6768
6869
accessibility:
6970
name: Run accessibility scan
71+
if: ${{ false }}
7072
needs: wait_for_deployment
7173

7274
runs-on:

0 commit comments

Comments
 (0)