diff options
author | Ben V. Brown <[email protected]> | 2024-02-23 10:19:07 +1100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-23 10:19:07 +1100 |
commit | 9f6f2f86ffe00fd7e38e083d8aef99a3db1e4a5c (patch) | |
tree | 453a6bb5d3d0128a7a54af4dc6c77becbc3059e8 /.github | |
parent | baf2f26e59da8408ce49cf072441ea0ee69a41c6 (diff) | |
download | IronOS-9f6f2f86ffe00fd7e38e083d8aef99a3db1e4a5c.tar.gz IronOS-9f6f2f86ffe00fd7e38e083d8aef99a3db1e4a5c.zip |
Add S60P init code (#1884)
* Basic Init
* Add S60P to CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index cb64cb5c..663795e8 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -28,6 +28,7 @@ jobs: "MHP30", "Pinecilv2", "S60", + "S60P", "TS101", ] fail-fast: true @@ -71,7 +72,6 @@ jobs: source/Hexfile/LICENSE_RELEASE.md if-no-files-found: error - build_multi-lang: runs-on: ubuntu-22.04 container: @@ -119,7 +119,6 @@ jobs: source/Hexfile/LICENSE_RELEASE.md if-no-files-found: error - upload_metadata: needs: [build, build_multi-lang] runs-on: ubuntu-20.04 @@ -139,7 +138,6 @@ jobs: path: source/Hexfile/*.json if-no-files-found: error - tests: runs-on: ubuntu-22.04 container: |