diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 947d7f05b..28372b95c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -8,16 +8,15 @@ concurrency: cancel-in-progress: true jobs: - instrumentation-tests: - # Testing to run on current draft PR + test-building: if: github.event.pull_request.draft = true runs-on: [ self-hosted, tests ] - steps: - - name: Checkout the code - uses: actions/checkout@v4.1.1 + steps: + - name: Checkout the code + - uses: actions/checkout@v4.1.1 with: submodules: recursive - name: Test pwd - run : pwd + - run : pwd