Skip to content

Commit d579719

Browse files
authored
Merge pull request #133 from londonappleadmins/fix_deploy
We don't need to do this
2 parents db1e51c + c5f3133 commit d579719

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,8 @@ on:
44
branches: [master]
55

66
jobs:
7-
check-lint:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Wait for lint workflow
11-
uses: lewagon/wait-on-check-action@v1.3.1
12-
with:
13-
ref: ${{ github.ref }}
14-
check-name: "build"
15-
repo-token: ${{ secrets.GITHUB_TOKEN }}
16-
177
deploy:
188
runs-on: ubuntu-latest
19-
needs: check-lint
209
steps:
2110
- uses: actions/checkout@v4
2211
with:

0 commit comments

Comments
 (0)