Skip to content

Commit

Permalink
Fix: workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier committed May 26, 2021
1 parent 959fe9e commit 08b303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- 'docs/**'
name: docker-nightly-build
jobs:
if: github.repository == 'p4gefau1t/trojan-go'
build:
if: github.repository == 'p4gefau1t/trojan-go'
runs-on: ubuntu-latest
steps:
- name: Checkout the code
Expand Down

0 comments on commit 08b303e

Please sign in to comment.