Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Wilson Wu <iwilsonwu@gmail.com>
  • Loading branch information
wilsonwu committed Dec 18, 2023
1 parent 91159cb commit 81f7b74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ env:

jobs:
call-workflow-passing-data:
uses: argoproj-labs/rollouts-plugin-trafficrouter-contour/.github/workflows/main.yml@main
with:
config-path: .github/labeler.yml
uses: argoproj-labs/rollouts-plugin-trafficrouter-contour/.github/workflows/main.yml
secrets: inherit # <= this one

init-variable:
Expand Down Expand Up @@ -83,7 +81,7 @@ jobs:
go build -v
image:
needs: [init-variable]
needs: [init-variable, call-workflow-passing-data]
name: Build Docker image
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 81f7b74

Please sign in to comment.