diff --git a/.github/workflows/run-cloud-imports.yml.disabled b/.github/workflows/run-cloud-imports.yml.disabled deleted file mode 100644 index 6345afe7..00000000 --- a/.github/workflows/run-cloud-imports.yml.disabled +++ /dev/null @@ -1,34 +0,0 @@ -# name: Run cloud importer ansible job - -# on: -# schedule: -# # at one forty five every morning run this job -# # - cron: "45 1 * * *" - -# defaults: -# run: -# shell: bash -# working-directory: ./ - -# jobs: -# create_snapshot: -# environment: prod -# timeout-minutes: 10 -# runs-on: ubuntu-latest - -# steps: -# - name: Checkout code -# uses: actions/checkout@v2 - -# - name: Run importer playbook -# uses: dawidd6/action-ansible-playbook@v2 -# with: -# playbook: ./ansible/cloud-ip-range-import.yml -# directory: ./ -# key: ${{secrets.SSH_PRIVATE_KEY}} -# inventory: | -# options: | -# --inventory ./ansible/inventories/prod.yml -# env: -# ANSIBLE_STDOUT_CALLBACK: yaml -# PYTHONDONTWRITEBYTECODE: 1 diff --git a/.github/workflows/run-database-snapshot.yml.disabled b/.github/workflows/run-database-snapshot.yml.disabled deleted file mode 100644 index 0e62c5ec..00000000 --- a/.github/workflows/run-database-snapshot.yml.disabled +++ /dev/null @@ -1,34 +0,0 @@ -# name: Create database snapshot - -# on: -# schedule: -# # at one thirty every morning run this job -# # - cron: "30 1 * * *" - -# defaults: -# run: -# shell: bash -# working-directory: ./ - -# jobs: -# create_snapshot: -# environment: prod -# timeout-minutes: 10 -# runs-on: ubuntu-latest - -# steps: -# - name: Checkout code -# uses: actions/checkout@v2 - -# - name: Run playbook -# uses: dawidd6/action-ansible-playbook@v2 -# with: -# playbook: ./ansible/domain-dataset-snapshot.yml -# directory: ./ -# key: ${{secrets.SSH_PRIVATE_KEY}} -# inventory: | -# options: | -# --inventory ./ansible/inventories/prod.yml -# env: -# ANSIBLE_STDOUT_CALLBACK: yaml -# PYTHONDONTWRITEBYTECODE: 1