Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
naa0yama committed Mar 10, 2024
1 parent e2618c9 commit 338ae69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_protect-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
workflow_dispatch:

jobs:
path-filter:
name: path-filter
runner:
name: Run ${{ matrix.workflow_name }}
runs-on: ubuntu-latest
timeout-minutes: 5 # default 6 hour
env:
Expand Down Expand Up @@ -46,9 +46,9 @@ jobs:
- 'config/mvebu-cortexa9-fortinet_fg-50e.ini'
- name: Run build imagebuilder
uses: ./.github/workflows/build-imagebuilder.yml
uses: ${{ context.repo.owner }}/${{ context.repo.repo }}/.github/workflows/build-imagebuilder.yml@main
if: steps.changes.outputs.${{ matrix.workflow_name }} == 'true'

- name: Run build kernel
uses: ./.github/workflows/build-kernel.yml
uses: ${{ context.repo.owner }}/${{ context.repo.repo }}/.github/workflows/build-imagebuilder.yml@main
if: steps.changes.outputs.${{ matrix.workflow_name }} == 'true'

0 comments on commit 338ae69

Please sign in to comment.