Skip to content

Commit

Permalink
delete test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebell committed Sep 10, 2020
1 parent e307b2c commit 46f94fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/extra.yml
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
UpdateDep:
name: Update Dependency
if: false == endsWith(github.ref, 'update-dependencies')
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -21,9 +20,6 @@ jobs:
with:
go-version: 1.14.4 # optional
- name: Update Dependency
if: ${{ ! endsWith(${{ github.ref }}, 'update-dependencies') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: go get -u ./...

- name: Test
Expand Down

0 comments on commit 46f94fb

Please sign in to comment.