Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed May 22, 2023
1 parent e304980 commit dbe1240
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- develop

concurrency: ci-${{ github.workflow }}
concurrency: ci-prepare-${{ github.workflow }}

jobs:
build-prepare:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Install Node and Yarn
uses: actions/setup-node@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
node-version: 18.11.0
cache: 'yarn'

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Build/release

on:
push:
tags:
- '*'
release:
types: [published]

concurrency: ci-${{ github.workflow }}
concurrency: ci-release-${{ github.workflow }}

jobs:
build-release:
Expand All @@ -30,7 +29,7 @@ jobs:
- name: Install Node and Yarn
uses: actions/setup-node@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
node-version: 18.11.0
cache: 'yarn'

Expand Down

0 comments on commit dbe1240

Please sign in to comment.