From a350e0ceaae7467e764c8508eb73198cdd87b04a Mon Sep 17 00:00:00 2001 From: Moritz Kirmse Date: Fri, 9 Aug 2024 11:55:41 +0200 Subject: [PATCH] clean workflow --- .github/workflows/ci_bundle.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/ci_bundle.yml b/.github/workflows/ci_bundle.yml index d33aba6f..e85d3898 100644 --- a/.github/workflows/ci_bundle.yml +++ b/.github/workflows/ci_bundle.yml @@ -2,30 +2,6 @@ name: CI_package on: pull_request: jobs: - debug-info: - if: github.ref == 'no_skip' - runs-on: ubuntu-latest - steps: - - name: first ${{ github.head_ref }} - run: echo '${{ toJSON(github) }}' - - name: needs - run: echo '${{ toJSON(needs) }}' - - name: strategy - run: echo '${{ toJSON(strategy) }}' - - name: matrix - run: echo '${{ toJSON(matrix) }}' - - name: job - run: echo '${{ toJSON(job) }}' - - name: runner - run: echo '${{ toJSON(runner) }}' - - name: env - run: echo '${{ toJSON(env) }}' - - name: vars - run: echo '${{ toJSON(vars) }}' - - name: steps - run: echo '${{ toJSON(steps) }}' - - name: inputs - run: echo '${{ toJSON(inputs) }}' tag-version: # if: github.event_name == 'pull_request' runs-on: ubuntu-latest