Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Alpgirl/Smart_calc
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpgirl committed Oct 29, 2023
2 parents 734404e + 0aea717 commit bc345d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
image-builder:
name: Checkout prerequisites and build image
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
-
name: Checkout current repo
Expand All @@ -18,7 +18,7 @@ jobs:
run: docker images
image-runner:
name: Run the image (jobname)
runs-on: self-hosted
runs-on: ubuntu-latest
needs: image-builder
steps:
-
Expand Down

0 comments on commit bc345d0

Please sign in to comment.