Skip to content

Commit

Permalink
fix: adding missing runs-on to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redundent committed Oct 23, 2023
1 parent 67b0d7f commit f0cef65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -10,6 +10,7 @@ jobs:
build:
uses: ./.github/workflows/ci.yml
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f0cef65

Please sign in to comment.