Skip to content

Commit 3d4e1ae

Browse files
committed
QA-8162 aaded scheduled time to workflow
1 parent 8dc2421 commit 3d4e1ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sa-workflows-extended.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
name: SureAdhere Tests - Extended
55

66
on:
7+
schedule:
8+
- cron: '30 11 * * 4'
79
push:
810
branches-ignore:
911
- main # run on all branches except master
@@ -41,6 +43,10 @@ jobs:
4143
if: ${{ !contains(github.event_name , 'dispatch') }}
4244
run: |
4345
echo "::set-output name=matrix::{\"environment\": [\"banner\", \"securevoteu\", \"secure\"]}"
46+
- id: set-matrix-schedule
47+
if: ${{ !contains(github.event_name , 'schedule') }}
48+
run: |
49+
echo "::set-output name=matrix::{\"environment\": [\"banner\", \"securevoteu\", \"secure\"]}"
4450
4551
build:
4652
needs: set_matrix

0 commit comments

Comments
 (0)