Skip to content

Commit 2791e0d

Browse files
committed
ci: update the ci release
1 parent 85c5857 commit 2791e0d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v3
39-
- uses: UziTech/action-setup-atom@v1
4039
- uses: actions/setup-node@v3
4140
with:
4241
node-version: "14.x"
@@ -51,10 +50,3 @@ jobs:
5150
env:
5251
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5352
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
54-
55-
Skip:
56-
if: contains(github.event.head_commit.message, '[skip ci]')
57-
runs-on: ubuntu-latest
58-
steps:
59-
- name: Skip CI 🚫
60-
run: echo skip ci

0 commit comments

Comments
 (0)