Skip to content

Try installing Embulk #14

Try installing Embulk

Try installing Embulk #14

name: Input with PostgreSQL
on:
pull_request:
push:
schedule:
- cron: "0 18 * * *" # 3am in Asia/Tokyo
jobs:
download:
uses: ./.github/workflows/install-embulk.yml
with:
version: "0.11.4"
check:
runs-on: ubuntu-latest
# push: always run.
# pull_request: run only when the PR is submitted from a forked repository, not within this repository.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up OpenJDK 8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: "temurin"
- uses: ./.github/actions/install-embulk
with:
version: "0.11.4"