We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d37b49 commit af3d27fCopy full SHA for af3d27f
.github/workflows/foss.yaml
@@ -25,6 +25,8 @@ concurrency:
25
26
jobs:
27
# Prepares matrix used to generate jobs in foss_{$platform}_test
28
+ # This is a best-practice solution detailed in:
29
+ # https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/run-job-variations
30
# This job assumes that every project initializer script is
31
# in `test/foss/project` and script name must be `init.sh`
32
# patches must clone their repository into folder: test-proj
0 commit comments