We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6660cb6 commit 54f7d0dCopy full SHA for 54f7d0d
.github/workflows/merge.yml
@@ -9,6 +9,8 @@ jobs:
9
merge_build_on_linux:
10
runs-on: ubuntu-22.04
11
if: github.event.pull_request.merged == true
12
+ env:
13
+ SNAPCRAFT_BUILD_ENVIRONMENT: destructive
14
steps:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-node@master
.github/workflows/nightly.yml
@@ -9,6 +9,8 @@ on:
jobs:
nightly_build_on_linux:
0 commit comments