diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b0d2c1..0b8ea50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: pull_request: push: branches: - - master - main schedule: - cron: "0 7 * * 0" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8e60fa4..7a93e46 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -5,7 +5,6 @@ on: push: branches: - main - - master jobs: labeler: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5b8461..058a108 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,6 @@ on: push: branches: - main - - master jobs: release: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8dfa582..41c46cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,12 +14,12 @@ repos: hooks: - id: prettier - repo: https://github.com/adrienverge/yamllint.git - rev: v1.17.0 + rev: v1.26.0 hooks: - id: yamllint args: [-c=.yamllint] - repo: https://github.com/ansible-community/ansible-lint.git - rev: v4.3.7 + rev: v5.0.5 hooks: - id: ansible-lint files: \.(yaml|yml)$