Skip to content

Commit

Permalink
Revert "Skip running the job if not possible"
Browse files Browse the repository at this point in the history
This reverts commit f56f829.

It appears that it's not working as expected.
  • Loading branch information
k0kubun committed May 10, 2024
1 parent d69c523 commit 47c4e0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
update:
runs-on: ubuntu-latest
container: golang:1.21-bullseye
if: ${{ secrets.SSH_KEY != '' && secrets.SSH_KEY_PASSWORD != '' }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 47c4e0c

Please sign in to comment.