diff --git a/.gitea/workflows/ansible.yaml b/.gitea/workflows/ansible.yaml index be79fdf..8db66b3 100644 --- a/.gitea/workflows/ansible.yaml +++ b/.gitea/workflows/ansible.yaml @@ -4,13 +4,13 @@ env: REPO_NAME: ansible REMOTE_REPO: https://github.com/ansible/ansible.git BUILD_PLATFORM: linux/amd64 -on: - schedule: - - cron: "0 0 1 */3 *" # every 3 months - push: - paths: - - ".gitea/workflows/ansible.yaml" - - "dockerfiles/ansible.Dockerfile" +# on: +# schedule: +# - cron: "0 0 1 */3 *" # every 3 months +# push: +# paths: +# - ".gitea/workflows/ansible.yaml" +# - "dockerfiles/ansible.Dockerfile" jobs: build: @@ -63,4 +63,4 @@ jobs: STORED_COMMIT=$(curl -H "Authorization: Bearer ${{ secrets.NT }}" -s "https://nt.opnxng.com/${REPO_NAME}/raw?poll=1" | tail -n 1) echo "STORED_COMMIT=${STORED_COMMIT}" >> "$GITHUB_ENV" exit 1 - fi \ No newline at end of file + fi