Skip to content

Commit

Permalink
fix: downgrade postcss
Browse files Browse the repository at this point in the history
Signed-off-by: jerensl <[email protected]>
  • Loading branch information
jerensl committed Dec 10, 2024
1 parent 97d1fb4 commit cccbc79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: write # for Azure/static-web-apps-deploy to comment on PRs
if: github.event.action != 'closed'
if: github.event_name != 'push' || github.event.action != 'closed'
runs-on: ubuntu-latest
name: Build and Deploy Job
outputs:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: Deployment

# Deploy bi-weekly At 05:00 on Monday and Thursday.
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
push:
branches:
- 'main'
schedule:
- cron: '0 5 * * 1,4'

Expand Down

0 comments on commit cccbc79

Please sign in to comment.