Skip to content

Commit

Permalink
replace workflow_run by workflow call due to main branch limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 27, 2024
1 parent bed4f4e commit 56b4f68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/01-build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:
image_name: ${{ vars.CONTAINER_IMAGE_NAME }}
build_context: .
build_platforms: linux/amd64,linux/arm64

- name: Test built images
uses: .github/workflows/30-test-images.yml
7 changes: 2 additions & 5 deletions .github/workflows/30-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
name: test-images

on:
workflow_run:
workflows: ["build-images"]
types:
- completed
workflow_call:


jobs:
test-base-image:
Expand Down Expand Up @@ -46,7 +44,6 @@ jobs:
java-enabled: false
yarn-enabled: false


- name: Start Test Environment
uses: ./.github/actions/compose
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/90-publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
-

0 comments on commit 56b4f68

Please sign in to comment.