From 8e23e8011bf3d0bbecd2b4180c956d082f689323 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 29 Mar 2022 20:54:51 +0900 Subject: [PATCH] ci: Remove obsolete CI workflow Remove the now obsolete `main.yml` GitHub Actions workflow, which has been replaced by the `ci.yml`. Signed-off-by: Stephanos Ioannidis --- .github/workflows/main.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 15bd3ca..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Docker Image CI - -on: [pull_request] - -jobs: - - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Build the Docker image - run: docker build . --file Dockerfile --tag docker.io/zephyrprojectrtos/docker-scancode:$(date +%s)