Skip to content

Commit 49003fa

Browse files
committed
ci: fixing basic deploy which was skipping due to outdated ‘test’
push-based deploys were skipping because of dependence on this test harness
1 parent 4354048 commit 49003fa

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
name: deploy
44

55
on:
6-
workflow_run:
7-
workflows: ['test']
8-
types:
9-
- completed
106
workflow_dispatch:
117
inputs:
128
github_sha:
@@ -39,7 +35,6 @@ concurrency:
3935
jobs:
4036
# This workflow contains a single job called "build"
4137
deploy:
42-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
4338
# The type of runner that the job will run on
4439
runs-on: ubuntu-latest
4540

0 commit comments

Comments
 (0)