This is an automated email from the ASF dual-hosted git repository. martijnvisser pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git
commit 07277f048d91a0e3197dae0ae6a406e838927738 Author: Martijn Visser <[email protected]> AuthorDate: Mon Mar 13 10:15:42 2023 +0100 [FLINK-31416][CI] Set test_type to 'nightly' for Weekly Nightly Builds --- .github/workflows/weekly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index e20bf15..7a7d23e 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -29,3 +29,4 @@ jobs: uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils with: flink_version: ${{ matrix.flink }} + test_type: 'nightly'
