Skip to content

Commit

Permalink
Testing github action triggering a second action
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Oct 3, 2023
1 parent 3af53ad commit b482dc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crates.io-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
# and the workflow ref was a "version tag" of the format "vX.Y.Z"
if: |
github.event.workflow_run.conclusion == 'success'
&&
github.ref == 'refs/tags/v[0-9]+.[0-9]+.[0-9]+*'
# &&
# github.ref == 'refs/tags/v[0-9]+.[0-9]+.[0-9]+*'

steps:
- name: Dummy echo
run: echo "Crates.io publish was triggered"
run: echo "Crates.io publish was triggered - ${{ github.ref }} (${{ github.ref_name }})"

# - name: Dependencies
# run: |
Expand Down

0 comments on commit b482dc3

Please sign in to comment.