Skip to content

Commit

Permalink
remove debugging code. natcap#1495
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Jan 5, 2024
1 parent 5c6c10d commit dc70720
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,16 +453,11 @@ jobs:
name: ${{ runner.os }}_puppeteer_log.zip'
path: ${{ matrix.puppeteer-log }}

- name: echo stuff
run: |
echo ${{ github.event_name }}
echo ${{ github.head_ref }}
- name: Run invest-autotest with binaries
if : |
(github.event_name == 'push' &&
(startsWith(github.ref, 'refs/heads/release') || github.ref == 'refs/heads/main')) ||
(github.event_name == 'pull_request' && startsWith(github.head_ref, 'task/GHA'))
(github.event_name == 'pull_request' && startsWith(github.head_ref, 'autorelease'))
run: make invest_autotest

- name: Tar the workspace to preserve permissions (macOS)
Expand Down

0 comments on commit dc70720

Please sign in to comment.