From 164243fae6cbbdee0bf75987a2964caa7c8d6f58 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 18 Nov 2023 20:10:19 +0100 Subject: [PATCH] fsdfcsd Signed-off-by: Joas Schilling --- .github/workflows/debugging.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/debugging.yml b/.github/workflows/debugging.yml index b6118145ceba..997878cf969e 100644 --- a/.github/workflows/debugging.yml +++ b/.github/workflows/debugging.yml @@ -19,19 +19,19 @@ jobs: - name: Test contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), steps.branchname.outputs.branch) != true if: contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), steps.branchname.outputs.branch) != true - run: echo 'contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), steps.branchname.outputs.branch) != true' + run: echo '"/nextcloud/vue-", "/webrtc-adapter-"' - name: Test contains(fromJSON('["/webrtc-adapter-"]'), steps.branchname.outputs.branch) != true - if: contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), steps.branchname.outputs.branch) != true - run: echo 'contains(fromJSON('["/webrtc-adapter-"]'), steps.branchname.outputs.branch) != true' + if: contains(fromJSON('["/webrtc-adapter-"]'), steps.branchname.outputs.branch) != true + run: echo '"/webrtc-adapter-"' - name: Test contains(fromJSON('["/nextcloud/vue-"'), steps.branchname.outputs.branch) != true - if: contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), steps.branchname.outputs.branch) != true - run: echo 'contains(fromJSON('["/nextcloud/vue-"'), steps.branchname.outputs.branch) != true' + if: contains(fromJSON('["/nextcloud/vue-"'), steps.branchname.outputs.branch) != true + run: echo '"/nextcloud/vue-"' - name: Test contains('/nextcloud/vue-', steps.branchname.outputs.branch) != true - if: contains(fromJSON('["/nextcloud/vue-", "/webrtc-adapter-"]'), steps.branchname.outputs.branch) != true - run: echo 'contains('/nextcloud/vue-', steps.branchname.outputs.branch) != true' + if: contains('/nextcloud/vue-', steps.branchname.outputs.branch) != true + run: echo '/nextcloud/vue-' - run: echo ${{ steps.vars.outputs.branch }} - name: Test ${{ github.ref }}