Skip to content

Commit

Permalink
Merge pull request gobackup#67 from dreitier/main-upstream-huacnlee
Browse files Browse the repository at this point in the history
ci: only run workflows in original repository
  • Loading branch information
huacnlee authored Jul 7, 2022
2 parents e62a2dc + 30ba955 commit 10dcd5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
go get -v -t -d ./...
- name: Test
run: go test ./...
run: go test ./...
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "*"
jobs:
goreleaser:
if: github.repository == 'huacnlee/gobackup'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 10dcd5a

Please sign in to comment.