chore: update packages @tscircuit/circuit-json-util #64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Wait and Complete | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| jobs: | |
| wait-and-complete: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Wait 30 seconds | |
| run: sleep 30 | |
| - name: Complete successfully | |
| run: echo "Workflow completed successfully!" |