Skip to content

Commit a3ca0a6

Browse files
author
kirthana14m
committed
check the nightly test
1 parent bb7e6a7 commit a3ca0a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci_nightly.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
name: CI amd-staging Nightly
88

99
on:
10+
push:
11+
branches:
12+
- amd/dev/kirthana14m/full-test-nightly-staging
1013
# For AMD GPU families that expect_failure, we run builds and tests from this scheduled trigger
1114
schedule:
1215
- cron: "0 2 * * *" # Runs nightly at 2 AM UTC
@@ -81,7 +84,7 @@ jobs:
8184
expect_failure: ${{ matrix.variant.expect_failure == true }}
8285
use_prebuilt_artifacts: ${{ inputs.linux_use_prebuilt_artifacts == true && 'true' || 'false' }}
8386
rocm_package_version: ${{ needs.setup.outputs.rocm_package_version }}
84-
test_type: full
87+
test_type: "full"
8588
sanity_check_only_for_family: ${{ matrix.variant.sanity_check_only_for_family == true }}
8689
permissions:
8790
contents: read
@@ -111,7 +114,7 @@ jobs:
111114
expect_failure: ${{ matrix.variant.expect_failure == true }}
112115
use_prebuilt_artifacts: ${{ inputs.windows_use_prebuilt_artifacts == true && 'true' || 'false' }}
113116
rocm_package_version: ${{ needs.setup.outputs.rocm_package_version }}
114-
test_type: full
117+
test_type: "full"
115118
sanity_check_only_for_family: ${{ matrix.variant.sanity_check_only_for_family == true }}
116119
permissions:
117120
contents: read

0 commit comments

Comments
 (0)