diff --git a/.github/workflows/ant-release.yml b/.github/workflows/ant-release.yml index 871b11a..5767c11 100644 --- a/.github/workflows/ant-release.yml +++ b/.github/workflows/ant-release.yml @@ -6,7 +6,7 @@ on: jobs: call-workflow: - uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1 + uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2 with: josm-revision: "r15229" update-pluginssource: true diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 0fa3a8d..05cfc18 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -10,8 +10,6 @@ on: branches: - master - $default-branch - schedule: - - cron: "30 18 * * 0" workflow_dispatch: jobs: @@ -19,6 +17,6 @@ jobs: strategy: matrix: josm-revision: ["", "r15229"] - uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1 + uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2 with: josm-revision: ${{ matrix.josm-revision }}