Skip to content

Update performance-tests-one-time.yml #1327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 25, 2023
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