Skip to content

Commit

Permalink
temp change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ni-jfitzger committed Apr 27, 2024
1 parent 992125d commit 4b7edb9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/check_latest_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: check_latest_release

on:
pull_request:
branches:
- master
- releases/*
types:
- opened
- synchronize
- reopened
release:
types: [released]

Expand Down Expand Up @@ -45,4 +53,5 @@ jobs:
uses: ./.github/actions/run_examples_using_pypi_uploads
with:
module_name: ${{ matrix.module_name }}
module_version: ${{ github.event_name == 'workflow_dispatch' && inputs.release_tag || github.event.release.tag_name }}
module_version: 1.4.8
# module_version: ${{ github.event_name == 'workflow_dispatch' && inputs.release_tag || github.event.release.tag_name }}
2 changes: 1 addition & 1 deletion .github/workflows/github_actions_aws_rhel_python64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- releases/*
paths:
- .github/workflows/github_actions_aws_rhel_python64.yml
#- .github/workflows/github_actions_aws_rhel_python64.yml
- .github/actions/linux
- src
- generated
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_actions_aws_windows_python32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- releases/*
paths:
- .github/workflows/github_actions_aws_windows_python32.yml
#- .github/workflows/github_actions_aws_windows_python32.yml
- .github/actions/windows
- src
- generated
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_actions_aws_windows_python64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- releases/*
paths:
- .github/workflows/github_actions_aws_windows_python64.yml
#- .github/workflows/github_actions_aws_windows_python64.yml
- .github/actions/windows
- src
- generated
Expand Down

0 comments on commit 4b7edb9

Please sign in to comment.