Skip to content

Commit

Permalink
ci(.github): move configs under one job
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 3, 2023
1 parent 84d3233 commit cf0eec7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ jobs:
- name: Install dependencies
run: pnpm bootstrap:ci

run:
needs: setup
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18]
steps:
- name: NX Affected
uses: nrwl/nx-set-shas@v4

Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ jobs:
- name: Install dependencies
run: pnpm bootstrap:ci

run:
needs: setup
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18]
steps:
- name: NX Affected
uses: nrwl/nx-set-shas@v4

Expand All @@ -66,13 +59,6 @@ jobs:
- name: Build, Lint, Test
run: npx nx affected -t build,lint,test --parallel=3

publish:
needs: run
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18]
steps:
- name: Config Git User
run: |
git config --global user.name "${{ github.actor }}"
Expand Down

0 comments on commit cf0eec7

Please sign in to comment.