Skip to content

Commit

Permalink
stalling fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
rgs2151 committed May 21, 2024
1 parent 671f67c commit c091964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ permissions:

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
concurrency:
group: "pages"
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c091964

Please sign in to comment.