From 2dd00025154800b745e95aa1e7411bac3da05a3d Mon Sep 17 00:00:00 2001 From: sureshe456 <160699174+sureshe456@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:11:21 +0530 Subject: [PATCH] Update issue10309.yml --- .github/workflows/issue10309.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/issue10309.yml b/.github/workflows/issue10309.yml index 0a3a207b5d14..67640b8ce98b 100644 --- a/.github/workflows/issue10309.yml +++ b/.github/workflows/issue10309.yml @@ -1,17 +1,17 @@ name: Checking Xcode.app on: - push - + push: + branches: + - issue-10309 + jobs: - check-xcode-app-file: + run-shell-script: runs-on: macos-14 - #defaults: - #run: - #working-directory: ./images/macos/scripts/build steps: - #- name: Make the script files executable - #run: chmod +x ./configure-xcode.sh + - name: Checkout repository + uses: actions/checkout@v2 + - name: Run Shell script - run: bash /configure-xcode.sh + run: ./configure-xcode.sh