Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .github/workflows/performance-tests-one-time.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: One-time performance testing - 25th October 2023
name: One-time performance testing - 26th October 2023

# Run "At every 30th minute on day-of-month 25 in October"
# Run "At every 30th minute on day-of-month 26 in October"
on:
schedule:
- cron: '*/30 * 25 10 *'
- cron: '*/30 * 26 10 *'

# Add some extra perms to comment on a PR
permissions:
Expand Down Expand Up @@ -35,12 +35,6 @@ jobs:
uses: AutoModality/action-clean@v1
- name: Check out repository
uses: actions/checkout@v3
# Previous step checks out default branch, so we check out the pull request's branch
- name: Switch to PR branch
run: |
hub pr checkout ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up repository # mimics install.sh in the README except that delphi is cloned from the PR rather than main
run: |
cd ..
Expand Down