Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabrot committed Feb 26, 2024
1 parent e528549 commit 5852c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:

jobs:
build:
runs-on: ubuntu-latest # , l5, self-hosted
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Build Docker image (manual)
run: run.sh
run: ./run.sh

0 comments on commit 5852c06

Please sign in to comment.