mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix: Update FMA Action (#27128)
This commit is contained in:
parent
7e678509be
commit
baf220a779
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ingest-maintained-apps.yml
vendored
6
.github/workflows/ingest-maintained-apps.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue