File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -100,16 +100,10 @@ jobs:
100
100
with :
101
101
files : " ${{ matrix.version }}/${{ steps.vars.outputs.DOCKERFILE_NAME }}"
102
102
103
- - name : Check that .exclude-${{ matrix.os_test }} file is not present
104
- id : check_exclude_file
105
- uses : andstor/file-existence-action@v1
106
- with :
107
- files : " ${{ matrix.version }}/.exclude-${{ matrix.os_test }}"
108
-
109
103
# https://github.com/sclorg/testing-farm-as-github-action
110
104
- name : Schedule tests for ${{ matrix.version }} - ${{ matrix.context }}
111
105
id : github_action
112
- if : ${{ steps.check_exclude_file.outputs.files_exists == 'false' && steps. check_dockerfile.outputs.files_exists == 'true' }}
106
+ if : steps.check_dockerfile.outputs.files_exists == 'true'
113
107
uses : sclorg/testing-farm-as-github-action@v1
114
108
with :
115
109
api_key : ${{ secrets[matrix.api_key] }}
Original file line number Diff line number Diff line change @@ -84,16 +84,10 @@ jobs:
84
84
with :
85
85
files : " ${{ matrix.version }}/${{ steps.vars.outputs.DOCKERFILE_NAME }}"
86
86
87
- - name : Check that .exclude-${{ matrix.os_test }} file is not present
88
- id : check_exclude_file
89
- uses : andstor/file-existence-action@v1
90
- with :
91
- files : " ${{ matrix.version }}/.exclude-${{ matrix.os_test }}"
92
-
93
87
# https://github.com/sclorg/testing-farm-as-github-action
94
88
- name : Schedule tests for ${{ matrix.version }} - ${{ matrix.context }}
95
89
id : github_action
96
- if : ${{ steps.check_exclude_file.outputs.files_exists == 'false' && steps. check_dockerfile.outputs.files_exists == 'true' }}
90
+ if : steps.check_dockerfile.outputs.files_exists == 'true'
97
91
uses : sclorg/testing-farm-as-github-action@v1
98
92
with :
99
93
api_key : ${{ secrets[matrix.api_key] }}
You can’t perform that action at this time.
0 commit comments