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:
Chris Wayne
2023-09-26 08:46:37 -04:00
committed by GitHub
parent d349c9db6c
commit b010c941cf
9 changed files with 9 additions and 9 deletions

View File

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