File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 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
22
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"
44on :
55 schedule :
6- - cron : ' */30 * 25 10 *'
6+ - cron : ' */30 * 26 10 *'
77
88# Add some extra perms to comment on a PR
99permissions :
3535 uses : AutoModality/action-clean@v1
3636 - name : Check out repository
3737 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 }}
4438 - name : Set up repository # mimics install.sh in the README except that delphi is cloned from the PR rather than main
4539 run : |
4640 cd ..
You can’t perform that action at this time.
0 commit comments