Skip to content

Commit

Permalink
Clean workflows (#1967)
Browse files Browse the repository at this point in the history
# Summary
- Creating (empty) prepare_release.yml
- Removing formatting workflow (happens on every PR)
- Fixed workflow typo

# Ticket

<ticket>
COIOS-000
</ticket>

---------

Co-authored-by: Alex Guretzki <[email protected]>
  • Loading branch information
goergisn and Alex Guretzki authored Jan 27, 2025
1 parent b237573 commit 6c723af
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 33 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/format_project.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This workflow will public Cocoapods and Docs

name: Prepare Release

on:
workflow_dispatch:

jobs:

prepare-release:
runs-on: macos-14-xlarge # Apple Silicon Runner

steps:
- name: 🍱 Prepare Release
run: |
echo "Preparing Release"
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish Adyen.podspec
on: [workflow_dispatch]
on:
workflow_dispatch:

jobs:

publish:
Expand Down

0 comments on commit 6c723af

Please sign in to comment.