Skip to content

Commit

Permalink
ci: Change "Release please" to be manually triggered (#4453)
Browse files Browse the repository at this point in the history
* Change how Release please is triggered

* Revert "Change how Release please is triggered"

This reverts commit 6be9ff4.

* Apply the changes to the internal action instead
  • Loading branch information
g123k authored Aug 8, 2023
1 parent 6c705c2 commit 8ee0f87
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/internal-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Create internal releases
on:
push:
branches:
- develop
- deploy_from_pr/*
workflow_dispatch:

env:
RUBY_VERSION: 3.2.0

Expand All @@ -12,7 +10,7 @@ jobs:
concurrency:
group: release
cancel-in-progress: true
if: "!contains(github.event.commits[0].message, 'chore(develop): release') && github.repository_owner == 'openfoodfacts'"
if: github.triggering_actor == 'teolemon' || github.triggering_actor == 'stephanegigandet' || github.triggering_actor == 'g123k' || github.triggering_actor == 'monsieurtanuki' || github.triggering_actor == 'M123-dev'
runs-on: ubuntu-latest
outputs:
VERSION_NAME: ${{ steps.set_output.outputs.VERSION_NAME }}
Expand Down

0 comments on commit 8ee0f87

Please sign in to comment.