Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ env:
three: "ENCRYPTED[799a19ef34b1bd39bd174dbc5b2044e1fd4124b0bf9436ed68a3a197e68be303e15a59b4b448a4f58c44b0faa3c3892b]"
four: "ENCRYPTED[9e0496c7d952b248073be75b1c017479eaf1e341786b6210025800b5d2f4d40b82452928bd6cc43ed1bc1065ee915363]"


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
Expand All @@ -28,7 +29,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:
Expand All @@ -55,7 +56,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/discussion-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down