Skip to content

Commit

Permalink
Fix runs-on specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Baschdl committed Jan 31, 2024
1 parent e06ed57 commit 7d1e1d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ on:
push:
branches:
- main
runs-on: self-hosted
jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout Overleaf project
run: |
Expand Down

0 comments on commit 7d1e1d6

Please sign in to comment.