Skip to content

Commit de19977

Browse files
committed
Test conditional execution 3
1 parent 93d8a1b commit de19977

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
UpdateDep:
1515
name: Update Dependency
16-
if: false == endsWith(github.ref, 'update-dependencies')
16+
if: false == endsWith(github.head_ref, 'update-dependencies')
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ require (
1616
golang.org/x/tools v0.0.0-20200828161849-5deb26317202 // indirect
1717
google.golang.org/genproto v0.0.0-20200828030656-73b5761be4c5 // indirect
1818
google.golang.org/grpc v1.31.1 // indirect
19-
google.golang.org/protobuf v1.25.0 // indirect
2019
)

0 commit comments

Comments
 (0)