Skip to content

Commit

Permalink
Weitere workflow Korrekturen - Trusted Publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dornech committed Nov 23, 2024
1 parent 064e87e commit f79cfba
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump context "vars"
env:
VARS_CONTEXT: ${{ toJson(vars) }}
run: echo "$VARS_CONTEXT"

build-test:
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump context "vars"
env:
VARS_CONTEXT: ${{ toJson(vars) }}
run: echo "$VARS_CONTEXT"

build-documentation:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump context "vars"
env:
VARS_CONTEXT: ${{ toJson(vars) }}
run: echo "$VARS_CONTEXT"

labeler:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump context "vars"
env:
VARS_CONTEXT: ${{ toJson(vars) }}
run: echo "$VARS_CONTEXT"

tests:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f79cfba

Please sign in to comment.