Skip to content

Commit e6a528e

Browse files
author
Ashwin Kumar
committed
feat: actions
1 parent 5cf96af commit e6a528e

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,13 @@
11
name: Push - release from main to unstable
22

3-
concurrency:
4-
# group name unique for push to push-main-release
5-
group: push-release-${{ github.ref }}
6-
cancel-in-progress: true
7-
83
on:
94
push:
105
branches:
116
- 'main'
127

138
jobs:
14-
# e2e:
15-
# secrets: inherit
16-
# uses: ./.github/workflows/callable-release-verification.yml
17-
# unstable-release:
18-
# needs:
19-
# - e2e
20-
# secrets: inherit
21-
# uses: ./.github/workflows/callable-npm-publish-preid.yml
22-
# with:
23-
# preid: unstable
24-
# allow-protected-preid: true
25-
release:
26-
# needs:
27-
# - e2e
28-
permissions:
29-
contents: write
30-
secrets: inherit
31-
uses: ./.github/workflows/callable-npm-publish-release.yml
9+
test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout repository
13+
run: echo "inside"

0 commit comments

Comments
 (0)