diff --git a/.github/workflows/flex-update-achived.yml b/.github/workflows/flex-update-achived.yml deleted file mode 100644 index 080f8427..00000000 --- a/.github/workflows/flex-update-achived.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: Update Flex Archives - -on: [workflow_dispatch] - -jobs: - call-flex-update: - uses: symfony/recipes/.github/workflows/callable-flex-update-archived.yml@main diff --git a/.github/workflows/flex-update.yml b/.github/workflows/flex-update.yml deleted file mode 100644 index 4889061c..00000000 --- a/.github/workflows/flex-update.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Update Flex endpoint - -on: - push: - branches: - - master - -defaults: - run: - shell: bash - -jobs: - call-flex-update: - uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main - with: - branch: master