File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
- name : One-time performance testing - 25th October 2023
1
+ name : One-time performance testing - 26th October 2023
2
2
3
- # Run "At every 30th minute on day-of-month 25 in October"
3
+ # Run "At every 30th minute on day-of-month 26 in October"
4
4
on :
5
5
schedule :
6
- - cron : ' */30 * 25 10 *'
6
+ - cron : ' */30 * 26 10 *'
7
7
8
8
# Add some extra perms to comment on a PR
9
9
permissions :
35
35
uses : AutoModality/action-clean@v1
36
36
- name : Check out repository
37
37
uses : actions/checkout@v3
38
- # Previous step checks out default branch, so we check out the pull request's branch
39
- - name : Switch to PR branch
40
- run : |
41
- hub pr checkout ${{ github.event.issue.number }}
42
- env :
43
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
38
- name : Set up repository # mimics install.sh in the README except that delphi is cloned from the PR rather than main
45
39
run : |
46
40
cd ..
You can’t perform that action at this time.
0 commit comments