Skip to content

Commit

Permalink
Merge pull request #81 from mraniki/dev
Browse files Browse the repository at this point in the history
👷‍♂️ CI Change
  • Loading branch information
mraniki authored Oct 12, 2023
2 parents 38d56ce + 8bd4f9c commit 9695e20
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/👷Flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🧪Test.yml@main
secrets: inherit
security:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🔏Security.yml@main
secrets: inherit
# security:
# needs: [lint]
# uses: mraniki/coding_toolset/.github/workflows/🔏Security.yml@main
# secrets: inherit
build:
needs: [lint]
uses: mraniki/coding_toolset/.github/workflows/🐍Build.yml@main
Expand All @@ -28,10 +28,10 @@ jobs:
needs: [build]
uses: mraniki/coding_toolset/.github/workflows/📦Release.yml@main
secrets: inherit
publish:
needs: [release]
uses: mraniki/coding_toolset/.github/workflows/🚚Publish.yml@main
secrets: inherit
# publish:
# needs: [release]
# uses: mraniki/coding_toolset/.github/workflows/🚚Publish.yml@main
# secrets: inherit
# docker:
# needs: [release]
# uses: mraniki/coding_toolset/.github/workflows/🐳Docker.yml@main
Expand Down

0 comments on commit 9695e20

Please sign in to comment.