We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4354048 commit 49003faCopy full SHA for 49003fa
1 file changed
.github/workflows/deploy.yml
@@ -3,10 +3,6 @@
3
name: deploy
4
5
on:
6
- workflow_run:
7
- workflows: ['test']
8
- types:
9
- - completed
10
workflow_dispatch:
11
inputs:
12
github_sha:
@@ -39,7 +35,6 @@ concurrency:
39
35
jobs:
40
36
# This workflow contains a single job called "build"
41
37
deploy:
42
- if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
43
38
# The type of runner that the job will run on
44
runs-on: ubuntu-latest
45
0 commit comments