mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
remove inputs: and outputs: keys from .github/actions/cache-apt-packages-action/action.yml
This commit is contained in:
parent
a5c294147a
commit
4a72ddaee9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linux_ci.yml
vendored
2
.github/workflows/linux_ci.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
- '!**/linux_ci.yml'
|
||||
- 'cmd/tools/**'
|
||||
- '!cmd/tools/builders/**.v'
|
||||
- '.github/actions/cache-apt-packages-action/action.yml'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
@ -16,6 +17,7 @@ on:
|
|||
- '!**/linux_ci.yml'
|
||||
- 'cmd/tools/**'
|
||||
- '!cmd/tools/builders/**.v'
|
||||
- '.github/actions/cache-apt-packages-action/action.yml'
|
||||
|
||||
concurrency:
|
||||
group: linux-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue