Skip to content

Commit

Permalink
These are no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 10, 2024
1 parent 31e0963 commit e03de76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/tidy-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
outputs:
prs: ${{ steps.find-prs.outputs.result }}
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Find PRs
uses: actions/github-script@v7
id: find-prs
Expand Down Expand Up @@ -70,11 +65,6 @@ jobs:
- wp-crontrol
fail-fast: false
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Close PR
uses: actions/github-script@v7
env:
Expand Down

0 comments on commit e03de76

Please sign in to comment.