mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 21:49:22 +00:00
Fix .github regex to skip drone runs on gh action bumps (#8433)
* Fix .github regex to skip drone runs on gh action bumps Signed-off-by: Chris Wayne <cwayne18@gmail.com>
This commit is contained in:
2
.github/workflows/unitcoverage.yaml
vendored
2
.github/workflows/unitcoverage.yaml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Install Go
|
||||
|
||||
Reference in New Issue
Block a user