Skip to content

Commit

Permalink
Run full_ci on PRs temporalily
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jan 13, 2024
1 parent 4475699 commit 0bff57d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 100 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/full_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ name: full CI
on:
merge_group:
pull_request:
branches:
- libc-0.2
types:
- labeled
types: [opened, synchronize, reopened]

jobs:
docker_linux_tier1:
if: github.event.label.name == 'libc-0.2-pre-merge-ci'
permissions:
contents: read # to fetch code (actions/checkout)

Expand All @@ -31,7 +27,6 @@ jobs:
run: LIBC_CI=1 sh ./ci/run-docker.sh ${{ matrix.target }}

macos:
if: github.event.label.name == 'libc-0.2-pre-merge-ci'
permissions:
contents: read # to fetch code (actions/checkout)

Expand All @@ -51,7 +46,6 @@ jobs:
run: LIBC_CI=1 sh ./ci/run.sh ${{ matrix.target }}

windows:
if: github.event.label.name == 'libc-0.2-pre-merge-ci'
permissions:
contents: read # to fetch code (actions/checkout)

Expand Down Expand Up @@ -86,7 +80,6 @@ jobs:
shell: bash

style_check:
if: github.event.label.name == 'libc-0.2-pre-merge-ci'
permissions:
contents: read # to fetch code (actions/checkout)

Expand All @@ -100,7 +93,6 @@ jobs:
run: sh ci/style.sh

docker_linux_tier2:
if: github.event.label.name == 'libc-0.2-pre-merge-ci'
permissions:
contents: read # to fetch code (actions/checkout)

Expand Down Expand Up @@ -173,7 +165,6 @@ jobs:

# devkitpro's pacman needs to be connected from Docker.
docker_switch:
if: github.event.label.name == 'libc-0.2-pre-merge-ci'
permissions:
contents: read # to fetch code (actions/checkout)

Expand All @@ -188,7 +179,6 @@ jobs:
run: LIBC_CI=1 sh ./ci/run-docker.sh switch

build_channels_linux:
if: github.event.label.name == 'libc-0.2-pre-merge-ci'
permissions:
contents: read # to fetch code (actions/checkout)

Expand All @@ -215,7 +205,6 @@ jobs:
run: LIBC_CI=1 TOOLCHAIN=${{ matrix.toolchain }} sh ./ci/build.sh

build_channels_macos:
if: github.event.label.name == 'libc-0.2-pre-merge-ci'
permissions:
contents: read # to fetch code (actions/checkout)

Expand All @@ -241,7 +230,6 @@ jobs:
run: LIBC_CI=1 TOOLCHAIN=${{ matrix.target.toolchain }} sh ./ci/build.sh

build_channels_windows:
if: github.event.label.name == 'libc-0.2-pre-merge-ci'
permissions:
contents: read # to fetch code (actions/checkout)

Expand All @@ -266,7 +254,6 @@ jobs:
shell: bash

check_cfg:
if: github.event.label.name == 'libc-0.2-pre-merge-ci'
permissions:
contents: read # to fetch code (actions/checkout)

Expand Down
86 changes: 0 additions & 86 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit 0bff57d

Please sign in to comment.