Skip to content

Commit

Permalink
release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jun 17, 2024
1 parent d592050 commit ed9018a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/validate_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context1
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -37,7 +33,8 @@ jobs:
release:
needs: [validate]
if: github.repository == 'ReproNim/reproschema'
# if: github.repository == 'ReproNim/reproschema'
if: ${{ github.event_name }} == 'release'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ed9018a

Please sign in to comment.