Skip to content

Commit

Permalink
Merge pull request #134 from Geoportail-Luxembourg/GSLUX-635_automate…
Browse files Browse the repository at this point in the history
…_tag_on_merge_test_PR_dummy_merge

clean workflow
  • Loading branch information
mki-c2c authored Aug 9, 2024
2 parents 23acbc1 + a350e0c commit 8624947
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8624947

Please sign in to comment.