Skip to content

Commit

Permalink
Merge pull request #2 from rtCamp/feat/CICD
Browse files Browse the repository at this point in the history
Use ubuntu-latest runner.
  • Loading branch information
Xieyt authored Oct 2, 2023
2 parents 439cb6c + 0433bff commit 0e6aeca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: Deploy
jobs:
deploy:
name: Deploy
runs-on: self-hosted
# runs-on: ubuntu-latest
# runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy
Expand Down

0 comments on commit 0e6aeca

Please sign in to comment.