File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 4949 docker push $IMAGE
5050 docker push $IMAGE_MAJOR
5151 docker push $IMAGE_MAJOR_MINOR
52+ smoke-test :
53+ needs :
54+ - build-and-push
55+ uses : ./.github/workflows/reusable-smoke-test.yml
Original file line number Diff line number Diff line change 11---
22
3- name : 🧪
3+ name : ♻️ 🧪
44
55on : # yamllint disable-line rule:truthy
6- pull_request :
7- workflow_run :
8- workflows : [🏗️]
9- types : [completed]
6+ workflow_call :
107
118env :
129 devpi-password : abcd1234
3027
3128jobs :
3229 fail-fast :
33- if : >-
34- github.event_name == 'pull_request' ||
35- github.event.workflow_run.conclusion == 'success'
3630
3731 strategy :
3832 matrix :
4438
4539 steps :
4640 - name : Check out the action locally
47- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4842 with :
4943 path : test
5044 - name : Fail-fast in unsupported environments
5852 exit 1
5953
6054 smoke-test :
61- if : >-
62- github.event_name == 'pull_request' ||
63- github.event.workflow_run.conclusion == 'success'
55+
6456 runs-on : ubuntu-latest
6557
6658 services :
You can’t perform that action at this time.
0 commit comments