Skip to content

Commit

Permalink
build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed Feb 5, 2024
1 parent 91036b8 commit d0ef433
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/foundry_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ def update_repo_description(module_json):

def main():
if all(f.startswith('.github') for f in FILES_CHANGED.split()):
print('⛔ SKIPPING DEPLOYMENT')
print('\n'.join([
f'⛔ SKIPPING DEPLOYMENT. ONLY RELEASE CONFIG MODIFIED',
*[f"- {f}" for f in FILES_CHANGED.split()]
]))
return

with open('./module.json', 'r') as file:
Expand Down

0 comments on commit d0ef433

Please sign in to comment.