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 420213b commit bad85fcCopy full SHA for bad85fc
.github/workflows/deploy-rancher.yml
@@ -6,14 +6,11 @@ on:
6
workflows: ["Build & Push SwaggerEditor@next Docker image"]
7
types:
8
- completed
9
- branches: [next]
10
11
jobs:
12
13
deploy:
14
- if: >
15
- github.event.workflow_run.event == 'push' &&
16
- github.event.workflow_run.conclusion == 'success'
+ if: github.event.workflow_run.conclusion == 'success'
17
name: Deploy SwaggerEditor@next to Rancher
18
runs-on: ubuntu-latest
19
.github/workflows/docker-build-push.yml
@@ -14,7 +14,7 @@ jobs:
if: >
github.event.workflow_run.event == 'push' &&
github.event.workflow_run.conclusion == 'success'
- name: Deploy SwaggerEditor@next to Rancher
+ name: Build & Push SwaggerEditor@next Docker image
20
steps:
0 commit comments