Skip to content

Commit

Permalink
sigh.. yaml my ass
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Dec 23, 2024
1 parent 9827e01 commit 2efded1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Build Container
on:
schedule:
- cron: '0 0 * * *' # Runs daily at midnight UTC
workflow_dispatch:
inputs:
someParameter:
description: "Optional parameter"
required: false

jobs:
check-updates:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "fw_version=$version" >> $GITHUB_OUTPUT
echo "fw_branch=$branch" >> $GITHUB_OUTPUT
publish:
publish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

Expand Down

0 comments on commit 2efded1

Please sign in to comment.