Skip to content

Commit

Permalink
Merge pull request #85 from notional-labs/faddat/use-iso-profiles
Browse files Browse the repository at this point in the history
Update linux-amd64.yml
  • Loading branch information
faddat authored Nov 29, 2022
2 parents 0a8475b + a24335b commit 89d1fc8
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
Expand Up @@ -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:
Expand All @@ -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/[email protected]
Expand Down

0 comments on commit 89d1fc8

Please sign in to comment.