Skip to content

Commit

Permalink
Re-enable Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed Jul 1, 2024
1 parent 0ac12c8 commit 65b8141
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
# Upload the generated pages
# path: './examples/build/reports/invert'
path: './build/static'

- name: Deploy to GitHub Pages
Expand Down Expand Up @@ -112,9 +111,8 @@ jobs:


publish-release:
# Temporary to help debug publishing of 0.0.1-dev
# needs:
# - test-ubuntu
needs:
- test-ubuntu
runs-on: ubuntu-latest
if: github.repository == 'square/invert' && github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
timeout-minutes: 25
Expand Down

0 comments on commit 65b8141

Please sign in to comment.