Skip to content

Commit

Permalink
changed self-hosted runner to GitHub hosted runner
Browse files Browse the repository at this point in the history
Signed-off-by: Koryun <91260953+korgev@users.noreply.github.com>
  • Loading branch information
korgev authored Jun 7, 2024
1 parent e7d030d commit 6299be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
build-and-deploy:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Set Environment Variables
run: |
Expand Down

0 comments on commit 6299be6

Please sign in to comment.