fix: Force disable "warnings as errors" flag for CL preprocessing #324
Workflow file for this run
This file contains 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: Close Snaps | |
on: | |
pull_request: | |
types: [closed] | |
jobs: | |
close: | |
runs-on: ubuntu-latest | |
timeout-minutes: 5 | |
steps: | |
- name: Close obsolete channels | |
uses: canonical/actions/close-snap@release | |
continue-on-error: true | |
with: | |
channel: edge/pr${{ github.event.number }} | |
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }} |