Skip to content

Commit be62d66

Browse files
authored
Update performance-tests-one-time.yml (#1327)
1 parent c5a8b87 commit be62d66

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/performance-tests-one-time.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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"
44
on:
55
schedule:
6-
- cron: '*/30 * 25 10 *'
6+
- cron: '*/30 * 26 10 *'
77

88
# Add some extra perms to comment on a PR
99
permissions:
@@ -35,12 +35,6 @@ jobs:
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 ..

0 commit comments

Comments
 (0)