From 50798aca64c35241fcc19d287142403b7c680dc1 Mon Sep 17 00:00:00 2001 From: Ismasrull <157438148+Ismasrull@users.noreply.github.com> Date: Sat, 27 Jan 2024 05:22:23 +0700 Subject: [PATCH 1/3] . --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e3cfb94..fbca16c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,8 +10,8 @@ env: task: name: Test skip: $CIRRUS_BRANCH == 'master' - only_if: $CIRRUS_REPO_OWNER == 'ROM-builders' - timeout_in: 2m + only_if: $CIRRUS_REPO_OWNER == 'ismasrull' + timeout_in: 1m persistent_worker: labels: name: AX61-2 @@ -28,7 +28,7 @@ task: task: name: Build skip: $CIRRUS_BRANCH == 'master' - only_if: $CIRRUS_REPO_OWNER == 'ROM-builders' + only_if: $CIRRUS_REPO_OWNER == 'ismasrull' depends_on: Test timeout_in: 4h persistent_worker: @@ -55,7 +55,7 @@ task: task: name: Post Build skip: $CIRRUS_BRANCH == 'master' - only_if: $CIRRUS_REPO_OWNER == 'ROM-builders' + only_if: $CIRRUS_REPO_OWNER == 'ismasrull' skip_notifications: true depends_on: Build timeout_in: 2m From b0ef6b4c4a16542488435d338c6875689eb30c71 Mon Sep 17 00:00:00 2001 From: Ismasrull <157438148+Ismasrull@users.noreply.github.com> Date: Sat, 27 Jan 2024 05:23:46 +0700 Subject: [PATCH 2/3] Update .cirrus.yml --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index fbca16c..9d68031 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,6 +7,7 @@ env: three: "ENCRYPTED[799a19ef34b1bd39bd174dbc5b2044e1fd4124b0bf9436ed68a3a197e68be303e15a59b4b448a4f58c44b0faa3c3892b]" four: "ENCRYPTED[9e0496c7d952b248073be75b1c017479eaf1e341786b6210025800b5d2f4d40b82452928bd6cc43ed1bc1065ee915363]" + task: name: Test skip: $CIRRUS_BRANCH == 'master' From b1a8c4b3a3325ecdd020d88939915d2a6613683e Mon Sep 17 00:00:00 2001 From: Ismasrull <157438148+Ismasrull@users.noreply.github.com> Date: Sat, 27 Jan 2024 05:28:19 +0700 Subject: [PATCH 3/3] . --- .github/workflows/discussion-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discussion-notify.yml b/.github/workflows/discussion-notify.yml index 86ce640..9398d44 100644 --- a/.github/workflows/discussion-notify.yml +++ b/.github/workflows/discussion-notify.yml @@ -6,7 +6,7 @@ on: jobs: discussion: - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/master' }} runs-on: ubuntu-latest steps: - name: Checkout