Sha256: a8aef39e108f96733cabbe81be4fb4319c0051be0d554d28387baf4a7eb71284

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

name: check-service-regions

on:
  schedule:
    - cron: '0 10 * * *'

jobs:
  region-check:
    runs-on: ubuntu-20.04
    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          fetch-depth: 1
      - name: Set version tag
        run: |
          cd utils/aws ; ruby check_region_exclusions.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws_recon-0.5.3 .github/workflows/check-aws-regions.yml