Skip to content

Commit

Permalink
[FLINK-34961] Use dedicated CI name for JDBC connector to differentia…
Browse files Browse the repository at this point in the history
…te it in infra-reports
  • Loading branch information
MartijnVisser committed May 14, 2024
1 parent 8674446 commit 4098566
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
# limitations under the License.
################################################################################

name: CI
# We need to specify repo related information here since Apache INFRA doesn't differentiate
# between several workflows with the same names while preparing a report for GHA usage
# https://infra-reports.apache.org/#ghactions
name: Flink Connector Kudu CI
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
# limitations under the License.
################################################################################

name: Nightly
# We need to specify repo related information here since Apache INFRA doesn't differentiate
# between several workflows with the same names while preparing a report for GHA usage
# https://infra-reports.apache.org/#ghactions
name: Weekly Flink Connector Kudu
on:
schedule:
- cron: "0 0 * * 0"
Expand Down

0 comments on commit 4098566

Please sign in to comment.