From ff6be8abc882232500d49ead2a46d27bcc9427fc Mon Sep 17 00:00:00 2001 From: Beyhan Veli Date: Tue, 19 Dec 2023 14:02:07 +0100 Subject: [PATCH] Add push trigger for testing --- .github/workflows/org-inactive-user-management.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/org-inactive-user-management.yml b/.github/workflows/org-inactive-user-management.yml index 9180804c6..7a15957ed 100644 --- a/.github/workflows/org-inactive-user-management.yml +++ b/.github/workflows/org-inactive-user-management.yml @@ -4,6 +4,9 @@ on: schedule: - cron: '0 0 1 * *' workflow_dispatch: + push: + branches: + - "test-add-inactive-user-removal-automation" jobs: org-config-generation-check: