Skip to content

Commit

Permalink
Update linux-amd64.yml
Browse files Browse the repository at this point in the history
faddat authored Nov 29, 2022
1 parent a87121b commit a24335b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux-amd64.yml
Original file line number Diff line number Diff line change
@@ -3,12 +3,14 @@ on:
workflow_dispatch:
# remove if you don't want to build on a schedule
# schedule:
# - cron: '30 6 1 * *'
# - cron: '30 6 1 * *'
# remove if you don't want to build when commits are pushed to you main/master branch
push:
branches:
- master
- main

env:
iso-profiles-git: https://github.com/notional-labs/iso-profiles.git

jobs:
prepare-release:
@@ -30,11 +32,9 @@ jobs:
needs: prepare-release
strategy:
matrix:
##### EDIT ME #####
EDITION: [xfce]
EDITION: [notional]
BRANCH: [unstable]
SCOPE: [minimal]
###################
steps:
# cancel already running instances of the same action on the currently working on branch
- uses: styfle/cancel-workflow-action@0.9.0

0 comments on commit a24335b

Please sign in to comment.