Skip to content

Commit 3c2f764

Browse files
committed
Revert "delete test commit"
This reverts commit 46f94fb.
1 parent 6d32d33 commit 3c2f764

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/extra.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
UpdateDep:
1212
name: Update Dependency
13+
if: false == endsWith(github.ref, 'update-dependencies')
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Checkout
@@ -20,6 +21,9 @@ jobs:
2021
with:
2122
go-version: 1.14.4 # optional
2223
- name: Update Dependency
24+
if: ${{ ! endsWith(${{ github.ref }}, 'update-dependencies') }}
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2327
run: go get -u ./...
2428

2529
- name: Test

0 commit comments

Comments
 (0)