From f6639ced90eaec3485a2f8b4108c93a5bf2714b7 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 21 Nov 2024 11:01:58 +0100 Subject: [PATCH 1/5] DX-440 --- .github/workflows/sce-validator.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/sce-validator.yml diff --git a/.github/workflows/sce-validator.yml b/.github/workflows/sce-validator.yml new file mode 100644 index 0000000..6207fdc --- /dev/null +++ b/.github/workflows/sce-validator.yml @@ -0,0 +1,18 @@ +--- + name: SCE validator + on: + pull_request: + branches: + - "*" + + jobs: + sce: + name: SCE validator + runs-on: + - self-hosted + - nonroot + + steps: + - name: SCE validator + uses: urbansportsclub/usc-github-actions/SCE-validator@main + \ No newline at end of file From c618766366f5237a5856616c13e4a529f6f28a29 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 21 Nov 2024 11:59:28 +0100 Subject: [PATCH 2/5] Update sce-validator.yml --- .github/workflows/sce-validator.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sce-validator.yml b/.github/workflows/sce-validator.yml index 6207fdc..57f0ec0 100644 --- a/.github/workflows/sce-validator.yml +++ b/.github/workflows/sce-validator.yml @@ -6,13 +6,12 @@ - "*" jobs: - sce: - name: SCE validator - runs-on: - - self-hosted - - nonroot + docker: + runs-on: [self-hosted, dind] + steps: + - name: Checkout + uses: actions/checkout@v4 - steps: - name: SCE validator uses: urbansportsclub/usc-github-actions/SCE-validator@main \ No newline at end of file From 51f882107930a2f6f902a9e5f8dfff2076977cf2 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 21 Nov 2024 12:00:25 +0100 Subject: [PATCH 3/5] Update sce-validator.yml --- .github/workflows/sce-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sce-validator.yml b/.github/workflows/sce-validator.yml index 57f0ec0..1f1d2be 100644 --- a/.github/workflows/sce-validator.yml +++ b/.github/workflows/sce-validator.yml @@ -10,7 +10,7 @@ runs-on: [self-hosted, dind] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: SCE validator uses: urbansportsclub/usc-github-actions/SCE-validator@main From 6b5024bbdb62a10b8e86fc22db7f8337a09d6039 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 21 Nov 2024 12:43:19 +0100 Subject: [PATCH 4/5] Update .github/workflows/sce-validator.yml Co-authored-by: Jelena Zivovic <160590141+jelenazivovic@users.noreply.github.com> --- .github/workflows/sce-validator.yml | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/sce-validator.yml b/.github/workflows/sce-validator.yml index 1f1d2be..8822848 100644 --- a/.github/workflows/sce-validator.yml +++ b/.github/workflows/sce-validator.yml @@ -1,17 +1,17 @@ --- - name: SCE validator - on: - pull_request: - branches: - - "*" - - jobs: - docker: - runs-on: [self-hosted, dind] - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: SCE validator - uses: urbansportsclub/usc-github-actions/SCE-validator@main +name: SCE validator +on: + pull_request: + branches: + - "*" + +jobs: + sce_validator: + runs-on: [self-hosted, dind] + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: SCE validator + uses: urbansportsclub/usc-github-actions/SCE-validator@main \ No newline at end of file From 0e7686add0ea1218b84e4ca7e15c1d45a2cfdb69 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 21 Nov 2024 14:18:42 +0100 Subject: [PATCH 5/5] Update sce-validator.yml --- .github/workflows/sce-validator.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sce-validator.yml b/.github/workflows/sce-validator.yml index 8822848..4e2f1fa 100644 --- a/.github/workflows/sce-validator.yml +++ b/.github/workflows/sce-validator.yml @@ -1,9 +1,7 @@ --- name: SCE validator on: - pull_request: - branches: - - "*" + workflow_call: jobs: sce_validator: