Skip to content

Commit

Permalink
ci: test commit
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
  • Loading branch information
learnitall committed May 10, 2024
1 parent c29a81a commit 1768983
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/scale-test-100-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: 100 Nodes Scale Test
on:
schedule:
- cron: '39 0 * * 1-5'
push:
branches:
- tinker/learnitall/scale-test-1

permissions:
# To be able to access the repository with actions/checkout
Expand All @@ -27,7 +30,7 @@ concurrency:
(github.event_name == 'schedule' && github.sha) ||
(github.event_name == 'workflow_dispatch' && github.event.inputs.PR-number)
}}
cancel-in-progress: true
cancel-in-progress: false

env:
# renovate: datasource=golang-version depName=go
Expand Down

0 comments on commit 1768983

Please sign in to comment.