Fix: Update FMA Action (#27128)

This commit is contained in:
Tim Lee 2025-03-13 18:54:04 -04:00 committed by GitHub
parent 7e678509be
commit baf220a779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,11 +4,17 @@ on:
push:
branches:
- main
paths:
- 'ee/maintained-apps/**'
workflow_dispatch:
schedule:
- cron: '0 14 * * *'
- cron: '0 21 * * *'
permissions:
contents: write # Required to push new branch
pull-requests: write # Required to open PRs
jobs:
build:
runs-on: ubuntu-latest