File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check new devedition version
2
2
3
3
on :
4
4
schedule :
5
- - cron : " 46 * * * *"
5
+ - cron : " 56 * * * *"
6
6
env :
7
7
LATEST : " "
8
8
permissions :
@@ -30,17 +30,17 @@ jobs:
30
30
echo win=$(pipenv run python -c 'from modules import testrail_integration as tri; print(tri.reportable("Windows"))') >> "$GITHUB_OUTPUT"
31
31
echo mac=$(pipenv run python -c 'from modules import testrail_integration as tri; print(tri.reportable("Darwin"))') >> "$GITHUB_OUTPUT"
32
32
Run-Win-Smoke :
33
- needs : Check-Beta -Version
34
- if : ${{ needs.Check-Beta -Version.outputs.win_reportable == 'True' }}
33
+ needs : Check-DevEdition -Version
34
+ if : ${{ needs.Check-DevEdition -Version.outputs.win_reportable == 'True' }}
35
35
uses : ./.github/workflows/smoke.yml
36
36
with :
37
37
channel : " devedition"
38
38
job_to_run : Smoke-Windows
39
39
secrets : inherit
40
40
41
41
Run-Mac-Smoke :
42
- needs : Check-Beta -Version
43
- if : ${{ needs.Check-Beta -Version.outputs.mac_reportable == 'True' }}
42
+ needs : Check-DevEdition -Version
43
+ if : ${{ needs.Check-DevEdition -Version.outputs.mac_reportable == 'True' }}
44
44
uses : ./.github/workflows/smoke.yml
45
45
with :
46
46
channel : " devedition"
You can’t perform that action at this time.
0 commit comments