Skip to content

Commit

Permalink
chore: don't build on every commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Apr 14, 2024
1 parent 170ca41 commit 4257500
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/on_push_branch_execute_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,3 @@ jobs:
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn lint

yarn_build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn build:prod

0 comments on commit 4257500

Please sign in to comment.