This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 269a2a42 Delete nightly-builds.yml (#39)
269a2a42 is described below
commit 269a2a42c672a4a4155bda7c91bca1e2278108d7
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Mar 11 10:57:28 2023 +0100
Delete nightly-builds.yml (#39)
---
.github/workflows/nightly-builds.yml | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/.github/workflows/nightly-builds.yml
b/.github/workflows/nightly-builds.yml
deleted file mode 100644
index be458fe5..00000000
--- a/.github/workflows/nightly-builds.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-name: Nightly Build
-
-on:
- schedule:
- - cron: "21 0 * * *"
- workflow_dispatch:
-
-permissions: {}
-
-concurrency:
- group: ci-${{ github.ref }}
- cancel-in-progress: true
-
-jobs:
- test:
- name: Compile, Code Style, Binary Compatibility
- runs-on: ubuntu-20.04
- env:
- JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
-
- steps:
- - name: Checkout
- uses: actions/checkout@v3
-
- - name: Set up JDK 8
- uses: coursier/[email protected]
- with:
- jvm: adopt:8
-
- - name: Cache Coursier cache
- uses: coursier/[email protected]
-
- - name: "Run all tests. Run locally with: sbt \"test\""
- run: sbt "test"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]