Skip to content

Commit bad85fc

Browse files
committed
ci: reflect changes to GitHub workflows from master
Refs #3656
1 parent 420213b commit bad85fc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/deploy-rancher.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ on:
66
workflows: ["Build & Push SwaggerEditor@next Docker image"]
77
types:
88
- completed
9-
branches: [next]
109

1110
jobs:
1211

1312
deploy:
14-
if: >
15-
github.event.workflow_run.event == 'push' &&
16-
github.event.workflow_run.conclusion == 'success'
13+
if: github.event.workflow_run.conclusion == 'success'
1714
name: Deploy SwaggerEditor@next to Rancher
1815
runs-on: ubuntu-latest
1916

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: >
1515
github.event.workflow_run.event == 'push' &&
1616
github.event.workflow_run.conclusion == 'success'
17-
name: Deploy SwaggerEditor@next to Rancher
17+
name: Build & Push SwaggerEditor@next Docker image
1818
runs-on: ubuntu-latest
1919

2020
steps:

0 commit comments

Comments
 (0)