diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-07-29 01:45:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 17:45:06 -0600 |
| commit | 67daaae2335e507e413341d94f8a57a3fdfaa4af (patch) | |
| tree | 9e3f55f20852ece307b8c4e2dbac42fafdc69fd0 /.github/workflows/linux-compile.yml | |
| parent | 63b1d0f0c69f1765cba13c32b10ee6c07081f568 (diff) | |
disable actions and add instrucitons (#27)
Diffstat (limited to '.github/workflows/linux-compile.yml')
| -rw-r--r-- | .github/workflows/linux-compile.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux-compile.yml b/.github/workflows/linux-compile.yml index 7ef63168d..c5893fe5d 100644 --- a/.github/workflows/linux-compile.yml +++ b/.github/workflows/linux-compile.yml @@ -8,6 +8,7 @@ on: jobs: build: + if: 0 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 |
