1.6.1 arm64 assets vanishing after released #1354
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: commands | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| retest: | |
| if: github.repository == 'containernetworking/plugins' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out code | |
| uses: actions/checkout@v4 | |
| - name: Re-Test Action | |
| uses: ./.github/actions/retest-action | |
| with: | |
| token: ${{ secrets.REPO_ACCESS_TOKEN }} |