Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkb-github authored Sep 13, 2024
1 parent 6bbb14f commit f31dbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

build2:
runs-on: ubuntu-latest
if: ${{ github.event_name == ( 'workflow_run' || 'workflow_dispatch' ) }}
if: ${{ github.event_name == 'workflow_run' || github.event_name == 'workflow_dispatch' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f31dbf2

Please sign in to comment.