Skip to content

Commit

Permalink
Update workflow runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mbollmann committed Sep 25, 2023
1 parent 767a960 commit cc4fff6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ concurrency:

jobs:
check-build:
runs-on: ubuntu-22.04
runs-on:
labels: ubuntu-latest-m
steps:
- name: install hugo
run: wget https://github.com/gohugoio/hugo/releases/download/v0.118.2/hugo_extended_0.118.2_linux-amd64.deb && sudo dpkg -i hugo_extended*.deb
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ concurrency:
jobs:
preview:
if: github.repository == 'acl-org/acl-anthology'
runs-on: ubuntu-22.04
runs-on:
labels: ubuntu-latest-m
steps:
- name: install hugo
run: wget https://github.com/gohugoio/hugo/releases/download/v0.118.2/hugo_extended_0.118.2_linux-amd64.deb && sudo dpkg -i hugo_extended*.deb
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ concurrency: publish
jobs:
publish-aclanthology:
if: github.repository == 'acl-org/acl-anthology'
runs-on: ubuntu-22.04
runs-on:
labels: ubuntu-latest-m
steps:
- name: install hugo
run: wget https://github.com/gohugoio/hugo/releases/download/v0.118.2/hugo_extended_0.118.2_linux-amd64.deb && sudo dpkg -i hugo_extended*.deb
Expand Down

0 comments on commit cc4fff6

Please sign in to comment.