mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-01-20 18:19:16 +00:00
Fix build distribute deps
This commit is contained in:
parent
d3e3cecfe1
commit
6efb317ada
2
.github/workflows/action-tests.yml
vendored
2
.github/workflows/action-tests.yml
vendored
|
|
@ -33,8 +33,6 @@ jobs:
|
|||
- name: Trigger build-distribute workflow
|
||||
if: steps.check_distribute.outputs.distribute_exists == 'false'
|
||||
uses: ./.github/workflows/build-distribute.yml
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
list_all_versions:
|
||||
runs-on: ubuntu-latest
|
||||
name: List all package versions (including deps).
|
||||
|
|
|
|||
1
.github/workflows/build-distribute.yml
vendored
1
.github/workflows/build-distribute.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
- "v2.*.*"
|
||||
branches:
|
||||
- dev-v2
|
||||
workflow_call:
|
||||
permissions:
|
||||
contents: write
|
||||
id-token: write
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -30,8 +30,6 @@ jobs:
|
|||
- name: Trigger build-distribute workflow
|
||||
if: steps.check_distribute.outputs.distribute_exists == 'false'
|
||||
uses: ./.github/workflows/build-distribute.yml
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
|
@ -24,8 +24,6 @@ jobs:
|
|||
- name: Trigger build-distribute workflow
|
||||
if: steps.check_distribute.outputs.distribute_exists == 'false'
|
||||
uses: ./.github/workflows/build-distribute.yml
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
trunk_check:
|
||||
name: Trunk Code Quality Runner
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue