File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 49
49
docker push $IMAGE
50
50
docker push $IMAGE_MAJOR
51
51
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 1
1
---
2
2
3
- name : 🧪
3
+ name : ♻️ 🧪
4
4
5
5
on : # yamllint disable-line rule:truthy
6
- pull_request :
7
- workflow_run :
8
- workflows : [🏗️]
9
- types : [completed]
6
+ workflow_call :
10
7
11
8
env :
12
9
devpi-password : abcd1234
30
27
31
28
jobs :
32
29
fail-fast :
33
- if : >-
34
- github.event_name == 'pull_request' ||
35
- github.event.workflow_run.conclusion == 'success'
36
30
37
31
strategy :
38
32
matrix :
44
38
45
39
steps :
46
40
- name : Check out the action locally
47
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
48
42
with :
49
43
path : test
50
44
- name : Fail-fast in unsupported environments
58
52
exit 1
59
53
60
54
smoke-test :
61
- if : >-
62
- github.event_name == 'pull_request' ||
63
- github.event.workflow_run.conclusion == 'success'
55
+
64
56
runs-on : ubuntu-latest
65
57
66
58
services :
You can’t perform that action at this time.
0 commit comments