Skip to content

Commit 4fbbf46

Browse files
author
Šimon Šesták
committed
feat: Add deprecation warning to ios-selfhosted-build.yml
This workflow is deprecated and users should migrate to ios-selfhosted-nightly-build.yml.
1 parent 9b955c1 commit 4fbbf46

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ios-selfhosted-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ on:
5555
description: 'Secrets in the format KEY = VALUE (one per line).'
5656

5757
jobs:
58+
deprecation-warning:
59+
runs-on: ubuntu-latest
60+
steps:
61+
- name: Show deprecation warning
62+
run: |
63+
echo "::warning::This workflow ('ios-selfhosted-build.yml') is deprecated and will be removed in the future."
64+
echo "::warning::Please use 'ios-selfhosted-nightly-build.yml' instead."
5865
build:
5966
uses: futuredapp/.github/.github/workflows/ios-selfhosted-nightly-build.yml@feature/refactor-iOS-workflows
6067
with:

0 commit comments

Comments
 (0)