diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2023-03-08 18:47:17 -0800 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-03-14 08:56:50 +1300 |
commit | a83feaa3c0a7bee01f8ce6aac73f81d0c5cb4883 (patch) | |
tree | 98449a0f603457dc51aacccf01cf76f34b4c2702 /.github | |
parent | 9f2866037a7091ee46eed846e6f4e2d84cfda12d (diff) | |
download | crosstool-ng-a83feaa3c0a7bee01f8ce6aac73f81d0c5cb4883.tar.gz crosstool-ng-a83feaa3c0a7bee01f8ce6aac73f81d0c5cb4883.tar.bz2 crosstool-ng-a83feaa3c0a7bee01f8ce6aac73f81d0c5cb4883.zip |
Minor yaml cleanup
This doesn't require running all the pipelines so...
[skip ci]
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-toolchains.yml | 1 | ||||
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build-toolchains.yml b/.github/workflows/build-toolchains.yml index 85879f6f..166fceeb 100644 --- a/.github/workflows/build-toolchains.yml +++ b/.github/workflows/build-toolchains.yml @@ -1,3 +1,4 @@ +--- name: Build toolchains on: diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index c5696f5f..ddebacc4 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,3 +1,4 @@ +--- name: CI on: |