diff --git a/.github/workflows/WIP.yml b/.github/workflows/Automation.yml similarity index 100% rename from .github/workflows/WIP.yml rename to .github/workflows/Automation.yml index 73a2a45..02b4c88 100644 --- a/.github/workflows/WIP.yml +++ b/.github/workflows/Automation.yml @@ -2,11 +2,6 @@ on: [pull_request] name: "Set status on pull_request" jobs: - wip: - name: "Set status" - runs-on: ubuntu-latest - steps: - - uses: wip/action@master test: name: Test runs-on: macOS-latest @@ -22,3 +17,8 @@ jobs: xcodebuild clean test -project ColorAssistant.xcodeproj -scheme ColorAssistant -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO env: destination: ${{ matrix.destination }} + wip: + name: "Set status" + runs-on: ubuntu-latest + steps: + - uses: wip/action@master