Sha256: aa35f921ece1616d1ea5592e44cd014a8ca6fba9b29e3c43e232e4562f3bfae3

Contents?: true

Size: 364 Bytes

Versions: 5

Compression:

Stored size: 364 Bytes

Contents

on:
  schedule:
    - cron: '26 18 * * 1,2,3,4,5'
  workflow_dispatch:

jobs:
  trigger-circleci:
    runs-on: ubuntu-latest
    steps:
      - name: CircleCI trigger on schedule
        id: step1
        uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.0.5
        env:
          CCI_TOKEN: ${{ secrets.CCI_TOKEN || secrets.CCI_TOKEN_FOR_PUBLIC_REPOS }}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fittings-3.0.2 .github/workflows/scheduled_cci.yml
fittings-3.0.2.RC1 .github/workflows/scheduled_cci.yml
fittings-3.0.1 .github/workflows/scheduled_cci.yml
fittings-3.0.0 .github/workflows/scheduled_cci.yml
fittings-2.0.0 .github/workflows/scheduled_cci.yml