Skip to content

Commit

Permalink
chore: run upgrade tests when upgrade_test.go changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Sep 12, 2023
1 parent a8d1d71 commit a0c8b8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Tests / E2E Upgrade
on:
workflow_dispatch:

pull_request:
branches:
- main
paths:
# upgrade tests will run on any changes to the upgrade_test.go file.
- 'e2e/tests/upgrades/upgrade_test.go'
schedule:
- cron: '0 0 * * *'

Expand Down

0 comments on commit a0c8b8d

Please sign in to comment.