Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit bf08b64

Browse files
author
Benjamin Muskalla
committed
x
1 parent efd81cd commit bf08b64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/mad_regenerate-models.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
slug: []
14-
ref: []
13+
slug: ["placeholder"]
14+
ref: ["placeholder"]
1515
include:
1616
- slug: "apache/commons-io"
1717
ref: "8985de8fe74f6622a419b37a6eed0dbc484dc128"
18+
exclude:
19+
- slug: "placeholder"
20+
ref: "placeholder"
1821
steps:
1922
- name: Clone self (github/codeql)
2023
uses: actions/checkout@v2

0 commit comments

Comments
 (0)