Skip to content

Commit ec7ff31

Browse files
committed
chore: Release weekly
1 parent 2b2e5e2 commit ec7ff31

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release
22

33
on:
44
workflow_dispatch: {}
5-
# schedule:
6-
# - cron: "0 18 * * 2" # Tuesdays at 10 am PST, 11 am PDT
5+
schedule:
6+
- cron: "0 18 * * 2" # Tuesdays at 10 am PST, 11 am PDT
77

88
jobs:
99
determine_release:
@@ -96,15 +96,11 @@ jobs:
9696
name: "Run integration tests"
9797
needs: determine_release
9898
if: needs.determine_release.outputs.pending_version_available == 'true'
99-
runs-on: ubuntu-latest
100-
steps:
101-
- run: echo Pass!
102-
# TODO re-enable integ tests after debugging release workflow
103-
# permissions:
104-
# id-token: write
105-
# contents: read
106-
# secrets: inherit
107-
# uses: ./.github/workflows/integ-tests.yml
99+
permissions:
100+
id-token: write
101+
contents: read
102+
secrets: inherit
103+
uses: ./.github/workflows/integ-tests.yml
108104

109105
release_new_version:
110106
name: "Release the new version"

0 commit comments

Comments
 (0)