remove inputs: and outputs: keys from .github/actions/cache-apt-packages-action/action.yml

This commit is contained in:
Delyan Angelov 2025-09-08 12:42:48 +03:00
parent a5c294147a
commit 4a72ddaee9
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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 }}