Skip to content

Commit

Permalink
Re-enabled main ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwillmsen committed Nov 3, 2023
1 parent e8381ac commit 177b3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-ct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ on:
push:
branches:
- main
pull_request:

# Needed for nx-set-shas within nx-cloud-main.yml, when run on the master branch
permissions:
actions: read
contents: read

jobs:
main:
name: Nx Cloud - Main Job
name: Nx Cloud - Component Test (Test) Job
uses: nrwl/ci/.github/workflows/[email protected]
with:
main-branch-name: main
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:

# Needed for nx-set-shas within nx-cloud-main.yml, when run on the master branch
permissions:
actions: read
contents: read
Expand Down

0 comments on commit 177b3fe

Please sign in to comment.