Skip to content

Commit

Permalink
Revert "Add print step to touchstone workflow"
Browse files Browse the repository at this point in the history
This reverts commit 5fec286.
  • Loading branch information
giovannic committed Jul 3, 2024
1 parent 5fec286 commit 598ade0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/touchstone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ env:
R_GC_MEM_GROW: 3

jobs:

print:
name: Print event
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
prepare:
# The other jobs all depend on this one succeeding. They'll implicitly get
# skipped as well if this condition is not met.
Expand Down

0 comments on commit 598ade0

Please sign in to comment.