Skip to content

Commit da4405a

Browse files
committed
chore: Clean CI
1 parent a7bb320 commit da4405a

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ concurrency:
1111
group: ${{ github.ref }}-ci
1212
cancel-in-progress: true
1313

14-
permissions:
15-
contents: none
16-
security-events: none # Required for uploading SARIF files
17-
1814
jobs:
1915
build-and-test:
2016
runs-on: ubuntu-latest

.github/workflows/publish.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22
name: Publish NPM Package
33

44
on:
5-
pull_request:
6-
# tags:
7-
# - 'v*'
8-
9-
# permissions:
10-
# id-token: write # Required for OIDC
11-
# packages: write
12-
# contents: read
13-
# security-events: write # Required for uploading SARIF files
5+
push:
6+
tags:
7+
- 'v*'
148

159
jobs:
1610
build-and-test:
@@ -22,8 +16,4 @@ jobs:
2216
id-token: write # Required for OIDC
2317
packages: write
2418
contents: read
25-
# uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: 'Test Publish Step'
29-
run: echo "This is a test publish step."
19+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]

0 commit comments

Comments
 (0)