Skip to content

Commit

Permalink
Store metadata version.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Oct 9, 2023
1 parent e082ccb commit 1ba1b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
version_old=$(cat mygeneset_metadata_version.txt)
echo "version_new"
echo version_new
echo $version_new
echo "version_old"
echo version_old
echo $version_old
if [ "$version_new" = "$version_old" ]; then
echo "No new version identified. Stopping workflow."
Expand Down

0 comments on commit 1ba1b79

Please sign in to comment.