Skip to content

Commit

Permalink
update compositon.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ufukbakan committed Jul 23, 2024
1 parent abbe23a commit c77144a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compositon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: pwd
- run: echo ${{github.workspace}}
- uses: actions/checkout@v4
# analyze:
# uses: ./.github/workflows/codeql.yml
Expand All @@ -20,7 +21,7 @@ jobs:
# actions: read
# contents: read
build:
needs: analyze
# needs: analyze
uses: ./.github/workflows/node.js.yml
publish:
needs: build
Expand Down

0 comments on commit c77144a

Please sign in to comment.