chore: remove unpinned #657
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: push and pull_request | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| my-job: | |
| permissions: | |
| contents: read | |
| runs-on: ubuntu-24.04 | |
| timeout-minutes: 1 | |
| steps: | |
| - run: echo push and pull_request trigger |