mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Enable debugging action
This commit is contained in:
6
.github/workflows/mad_regenerate-models.yml
vendored
6
.github/workflows/mad_regenerate-models.yml
vendored
@@ -4,12 +4,18 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 2 * * *"
|
- cron: "30 2 * * *"
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- ".github/workflows/mad_regenerate-models.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
regenerate-models:
|
regenerate-models:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
# placeholder required for each axis, excluded below, replaced by the actual combinations (see include)
|
||||||
slug: ["placeholder"]
|
slug: ["placeholder"]
|
||||||
ref: ["placeholder"]
|
ref: ["placeholder"]
|
||||||
include:
|
include:
|
||||||
|
|||||||
Reference in New Issue
Block a user