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 876dcd3 commit c6132f4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/compositon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
branches:
- master

jobs:
ci_cd_compositon:
name: CI/CD COMPOSITION
runs-on: ubuntu-latest
steps:
runs:
using: composite
steps:
- uses: ./codeql.yml
- uses: ./node.js.yml
- uses: ./npm-publish.yml

0 comments on commit c6132f4

Please sign in to comment.