diff options
| author | Mikkel Hjortshøj <me@thisdrunkdane.io> | 2020-11-08 01:47:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-08 01:47:09 +0100 |
| commit | 11a4dc8ee3a3f88ae37f444e98442882f8e4e2c4 (patch) | |
| tree | 99da9a78f6352c13fda5c3a67128f95b160c49e8 /.github | |
| parent | 19e2f7b7bfd7532fb35456c13361f406d99a4275 (diff) | |
[CI] Done testing webhook
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0513f6659..219dcebfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,6 @@ jobs: build_linux: runs-on: ubuntu-latest steps: - - name: TESTING - run: exit 1 - uses: actions/checkout@v1 - name: Download LLVM run: sudo apt-get install llvm |