Skip to content

Commit

Permalink
oops deleted runs-on
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Penfound <kyle@dagger.io>
  • Loading branch information
kpenfound committed Nov 2, 2023
1 parent 1f7762a commit ef7473f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- name: Install Dagger CLI
run: cd /usr/local && { curl -L https://dl.dagger.io/dagger/install.sh | sh; cd -; }
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- name: Install Dagger CLI
run: cd /usr/local && { curl -L https://dl.dagger.io/dagger/install.sh | sh; cd -; }
Expand Down

0 comments on commit ef7473f

Please sign in to comment.