We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4595b0c commit fe2d225Copy full SHA for fe2d225
.github/workflows/detect_changes.yml
@@ -35,10 +35,10 @@ jobs:
35
36
RunReusableDocker:
37
needs: DetectChanges
38
- runs-on: ubuntu-latest
39
if: ${{ contains(join(needs.DetectChanges.outputs.changed_files, ' '), '.github/docker/') }}
+ uses: ./.github/workflows/reusable_dockers_build.yml
40
permissions:
41
contents: read
42
packages: write
43
secrets: inherit
44
- uses: ./.github/workflows/reusable_dockers_build.yml
+
0 commit comments