diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 45d34e3..62e1ea2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,9 +15,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true -env: - CI_ERLANG_MK: 1 - jobs: cleanup-master: name: Cleanup master build |