Skip to content

Commit

Permalink
Investigate triggering tests on automated PR (#99)
Browse files Browse the repository at this point in the history
* test changes for generating less often and forcing tests to run on auto-generated PRs

* remove cancel in progress

* add Adrian as codeowner so it can be him or core-enablement team to approve PRs
  • Loading branch information
rkeur7 authored Nov 18, 2024
1 parent 2a2209c commit 6bef24a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @goshippo/core-enablement
* @goshippo/core-enablement
* @AdrianCollinsShippo
2 changes: 1 addition & 1 deletion .github/workflows/sdk_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
type: boolean
default: false
schedule:
- cron: 0 0 * * *
- cron: "0 0 * * 1" # Mondays at 00:00 UTC
jobs:
generate:
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
SHIPPO_TOKEN: ${{ secrets.SHIPPO_TOKEN }}
concurrency:
group: python-sdk-check
group: python-sdk-check-${{ github.event.pull_request.number }}
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6bef24a

Please sign in to comment.